diff --git a/test/functional/fixtures/regression/gh-1999/testcafe-fixtures/index.js b/test/functional/fixtures/regression/gh-1999/testcafe-fixtures/index.js index 286b71e24db..c14d328bf1d 100644 --- a/test/functional/fixtures/regression/gh-1999/testcafe-fixtures/index.js +++ b/test/functional/fixtures/regression/gh-1999/testcafe-fixtures/index.js @@ -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'); });