Skip to content

Commit

Permalink
fix failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Mar 21, 2022
1 parent 44161a9 commit 86ade70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/driver/cypress/fixtures/dom.html
Expand Up @@ -160,8 +160,6 @@

</div>

<div id="backslashes">"&lt;OE_D]dQ\</div>

<div id="wrapper">
<div id="upper">
<div class="item"><em>New</em> York</div>
Expand Down
Expand Up @@ -1226,6 +1226,7 @@ describe('src/cy/commands/querying', () => {

// https://github.com/cypress-io/cypress/issues/19116
it('handles backslashes', () => {
$('<div id="backslashes">"&lt;OE_D]dQ\\</div>').appendTo(cy.$$('body'))
cy.get('#backslashes').contains('"<OE_D]dQ\\')
})

Expand Down

0 comments on commit 86ade70

Please sign in to comment.