Skip to content

Commit

Permalink
testingt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck committed May 12, 2024
1 parent 1b17abd commit 5eb0413
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ fixture `GH-1999 - Shouldn't raise an error if an iframe has html in src`

test('Click in iframe', async t => {
await t
.switchToIframe('#iframe')
.click('body');
.switchToIframe('#iframe');
});

0 comments on commit 5eb0413

Please sign in to comment.