From f81e677214ea361356717719590a31be267173b6 Mon Sep 17 00:00:00 2001 From: Alexander Prokhorov Date: Thu, 7 May 2026 16:56:11 +0400 Subject: [PATCH] test --- test/functional/fixtures/api/es-next/iframe-switching/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/fixtures/api/es-next/iframe-switching/test.js b/test/functional/fixtures/api/es-next/iframe-switching/test.js index c835411baf..27c9e2a447 100644 --- a/test/functional/fixtures/api/es-next/iframe-switching/test.js +++ b/test/functional/fixtures/api/es-next/iframe-switching/test.js @@ -74,7 +74,7 @@ describe('[API] t.switchToIframe(), t.switchToMainWindow()', function () { return runTests('./testcafe-fixtures/iframe-switching-test.js', 'Click in a cross-domain iframe with redirect', { skip: ['safari', 'firefox-osx'], ...DEFAULT_RUN_OPTIONS }); }); - it('Should work in an iframe with the srcdoc attribute', function () { + it('Should work in an iframe with the srcdoc attribute_test', function () { return runTests('./testcafe-fixtures/iframe-switching-test.js', 'Click in an iframe with the srcdoc attribute', { ...DEFAULT_RUN_OPTIONS }); });