Skip to content

Commit 0fdd104

Browse files
ci-botAniket-Engg
authored andcommitted
prtag for rename and delete workspace
1 parent 8ea5f36 commit 0fdd104

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/remix-ide-e2e/src/tests/workspace.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,16 +472,14 @@ module.exports = {
472472
.currentWorkspaceIs('workspace_name')
473473
},
474474

475-
'Should rename a workspace #group1': function (browser: NightwatchBrowser) {
475+
'Should rename a workspace #group1#pr': function (browser: NightwatchBrowser) {
476476
const selector = 'a[data-id="dropdown-item-workspace_name"] + div[data-id="workspacesubMenuIcon"]'
477477
browser
478478
.waitForElementPresent('*[data-id="workspacesSelect"]')
479479
.click('*[data-id="workspacesSelect"]')
480480
.waitForElementVisible('*[data-id="dropdown-item-workspace_name"]')
481481
.waitForElementVisible(selector)
482482
.click(selector)
483-
.waitForElementVisible('*[data-id="workspacesubMenuOverlay"]')
484-
.waitForElementVisible('*[data-id="workspacesubMenuRename"]')
485483
.click('*[data-id="workspacesubMenuRename"]') // rename workspace_name
486484
.useCss()
487485
// .waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]')

0 commit comments

Comments
 (0)