File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ describe("renderers", () => {
120
120
"https://github.com"
121
121
) ;
122
122
123
- cy . findByRole ( "link" , { name : "Custom Title " } )
123
+ cy . findByRole ( "link" , { name : "Brackets Link with title " } )
124
124
. should ( "have.attr" , "href" , "https://github.com" )
125
125
. and ( "have.text" , "Brackets Link with title" )
126
126
. and ( "have.attr" , "title" , "Custom Title" ) ;
@@ -150,7 +150,7 @@ describe("renderers", () => {
150
150
. and ( "have.attr" , "href" , "#heading-1" )
151
151
. and ( "not.have.attr" , "title" ) ;
152
152
153
- cy . findByRole ( "link" , { name : "Goto heading-2" } )
153
+ cy . findByRole ( "link" , { name : "heading-2" } )
154
154
. should ( "have.text" , "heading-2" )
155
155
. and ( "have.attr" , "title" , "Goto heading-2" )
156
156
. and ( "have.attr" , "href" , "#heading-2" ) ;
You can’t perform that action at this time.
0 commit comments