From 6ef371fdf16580ba660dc5a175f7c8ee76bb809c Mon Sep 17 00:00:00 2001 From: Bayheck Date: Wed, 29 May 2024 01:40:44 +0500 Subject: [PATCH] testing --- test/functional/fixtures/api/es-next/take-screenshot/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/fixtures/api/es-next/take-screenshot/test.js b/test/functional/fixtures/api/es-next/take-screenshot/test.js index 8858676d65..c0a4032e88 100644 --- a/test/functional/fixtures/api/es-next/take-screenshot/test.js +++ b/test/functional/fixtures/api/es-next/take-screenshot/test.js @@ -589,7 +589,7 @@ describe('[API] t.takeElementScreenshot()', function () { }); }); - it('Should capture screenshot of the element inside a nested iframe', function () { + it.skip('Should capture screenshot of the element inside a nested iframe', function () { return runTests('./testcafe-fixtures/take-element-screenshot.js', 'Nested iframes', { setScreenshotPath: true, skip: 'safari' }) .then(function () {