Skip to content

Commit e744469

Browse files
committed
disable rename delete workspace
1 parent 74ac7bf commit e744469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

475-
'Should rename a workspace #group1': 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"]')
@@ -499,7 +499,7 @@ module.exports = {
499499
.waitForElementVisible('*[data-id="treeViewDivtreeViewItemtests"]')
500500
},
501501

502-
'Should delete a workspace #group1': function (browser: NightwatchBrowser) {
502+
'Should delete a workspace #group1': !function (browser: NightwatchBrowser) {
503503
const selector = 'a[data-id="dropdown-item-workspace_name_1"] + div[data-id="workspacesubMenuIcon"]'
504504
browser
505505
.switchWorkspace('workspace_name_1')

0 commit comments

Comments
 (0)