From bf5982e979e3a3acad636f08680764353ef08e1b Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 22 Aug 2024 10:05:10 +0200 Subject: [PATCH] rm screens --- apps/remix-ide-e2e/src/tests/dgit_local.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/dgit_local.test.ts b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts index 27c30a5275..984d17113f 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_local.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts @@ -241,10 +241,8 @@ module.exports = { 'check if the branch is in the filePanel #flaky #group2': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('filePanel') - .saveScreenshot('./reports/screenshots/dgit_local.test.png') .waitForElementVisible('*[data-id="workspaceGitBranchesDropdown"]') .click('[data-id="workspaceGitBranchesDropdown"]') - .saveScreenshot('./reports/screenshots/dgit_local_2.test.png') .expect.element('[data-id="workspaceGit-testbranch"]').text.to.contain('✓ ') }, 'publish the branch #group2': function (browser: NightwatchBrowser) {