Skip to content

Commit 345d876

Browse files
committed
test: fix wrong selector
1 parent 12479b7 commit 345d876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e-cypress/tests/bugs/6475.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe("#6475: 'Examples' keyword definitions can not be rendered as xml", ()
2525
.get(".opblock-section-request-body")
2626
.within(() => {
2727
cy
28-
.get(".textarea")
28+
.get("textarea")
2929
.should("include.text", xmlIndicator)
3030
})
3131
})
@@ -56,7 +56,7 @@ describe("#6475: 'Example' keyword definitions can not be rendered as xml", () =
5656
.get(".opblock-section-request-body")
5757
.within(() => {
5858
cy
59-
.get(".textarea")
59+
.get("textarea")
6060
.should("include.text", xmlIndicator)
6161
})
6262
})

0 commit comments

Comments
 (0)