From b5eaf0409deed7ea3325dca293a013591f6551c3 Mon Sep 17 00:00:00 2001 From: David Disu Date: Fri, 15 Jul 2022 12:15:38 +0100 Subject: [PATCH] Fixed failing clone e2e test --- apps/remix-ide-e2e/src/tests/workspace.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/workspace.test.ts b/apps/remix-ide-e2e/src/tests/workspace.test.ts index 2615aafd38..2bc0ea1811 100644 --- a/apps/remix-ide-e2e/src/tests/workspace.test.ts +++ b/apps/remix-ide-e2e/src/tests/workspace.test.ts @@ -339,7 +339,7 @@ module.exports = { .setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/ethereum/non-existent-repo') .click('[data-id="fileSystem-modal-footer-ok-react"]') .pause(5000) - .waitForElementVisible('[data-id="fileSystemModalDialogModalBody-react"]') + .waitForElementVisible('[data-id="cloneGitRepositoryModalDialogModalBody-react"]') .waitForElementContainsText('[data-id="cloneGitRepositoryModalDialogModalBody-react"]', 'An error occurred: Please check that you have the correct URL for the repo. If the repo is private, you need to add your github credentials (with the valid token permissions) in Settings plugin') .click('[data-id="cloneGitRepository-modal-footer-ok-react"]') .end()