From 5eb0413c5aea15317eb2255973316bf05b69ba21 Mon Sep 17 00:00:00 2001 From: Bayheck Date: Mon, 13 May 2024 00:05:00 +0500 Subject: [PATCH] testingt --- .../fixtures/regression/gh-1999/testcafe-fixtures/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); });