From de81f792acb800078a3c211917364235bf822c6b Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 9 Nov 2022 12:08:30 +0100 Subject: [PATCH] more test --- apps/remix-ide-e2e/src/tests/workspace_git.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/workspace_git.test.ts b/apps/remix-ide-e2e/src/tests/workspace_git.test.ts index 81fc08dbcb..ee4fcf6535 100644 --- a/apps/remix-ide-e2e/src/tests/workspace_git.test.ts +++ b/apps/remix-ide-e2e/src/tests/workspace_git.test.ts @@ -23,12 +23,11 @@ module.exports = { locateStrategy: 'xpath' }) .execute(function () { document.querySelector('*[data-id="modalDialogCustomPromptTextCreate"]')['value'] = 'workspace_blank' }) - .click('select[id="wstemplate"]') - .click('select[id="wstemplate"] option[value=blank]') .click('[data-id="initGitRepositoryLabel"]') .waitForElementPresent('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') .execute(function () { (document.querySelector('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') as HTMLElement).click() }) .pause(100) + .waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts"]') .waitForElementNotPresent('*[data-id="treeViewLitreeViewItem.git"]') .waitForElementNotVisible('[data-id="workspaceGitPanel"]') },