Skip to content

Commit 03deffe

Browse files
ci-botAniket-Engg
authored andcommitted
remove pr label
1 parent c116390 commit 03deffe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,18 +472,15 @@ module.exports = {
472472
.currentWorkspaceIs('workspace_name')
473473
},
474474

475-
'Should rename a workspace #group1#pr': function (browser: NightwatchBrowser) {
475+
'Should rename a workspace #group1': 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"]', 5000)
484-
// .waitForElementVisible('*[data-id="workspacesubMenuRename"]', 5000)
485483
.click('*[data-id="workspacesubMenuRename"]') // rename workspace_name
486-
// .waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]')
487484
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextRename"]')
488485
.click('*[data-id="modalDialogCustomPromptTextRename"]')
489486
.clearValue('*[data-id="modalDialogCustomPromptTextRename"]')
@@ -501,7 +498,7 @@ module.exports = {
501498
.waitForElementVisible('*[data-id="treeViewDivtreeViewItemtests"]')
502499
},
503500

504-
'Should delete a workspace #group1#pr': function (browser: NightwatchBrowser) {
501+
'Should delete a workspace #group1': function (browser: NightwatchBrowser) {
505502
const selector = 'a[data-id="dropdown-item-workspace_name_1"] + div[data-id="workspacesubMenuIcon"]'
506503
browser
507504
.switchWorkspace('workspace_name_1')

0 commit comments

Comments
 (0)