File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ module.exports = {
472
472
. currentWorkspaceIs ( 'workspace_name' )
473
473
} ,
474
474
475
- 'Should rename a workspace #group1' : function ( browser : NightwatchBrowser ) {
475
+ 'Should rename a workspace #group1' : ! function ( browser : NightwatchBrowser ) {
476
476
const selector = 'a[data-id="dropdown-item-workspace_name"] + div[data-id="workspacesubMenuIcon"]'
477
477
browser
478
478
. waitForElementPresent ( '*[data-id="workspacesSelect"]' )
@@ -499,7 +499,7 @@ module.exports = {
499
499
. waitForElementVisible ( '*[data-id="treeViewDivtreeViewItemtests"]' )
500
500
} ,
501
501
502
- 'Should delete a workspace #group1' : function ( browser : NightwatchBrowser ) {
502
+ 'Should delete a workspace #group1' : ! function ( browser : NightwatchBrowser ) {
503
503
const selector = 'a[data-id="dropdown-item-workspace_name_1"] + div[data-id="workspacesubMenuIcon"]'
504
504
browser
505
505
. switchWorkspace ( 'workspace_name_1' )
You can’t perform that action at this time.
0 commit comments