File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -472,16 +472,14 @@ 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#pr ' : 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"]' )
479
479
. click ( '*[data-id="workspacesSelect"]' )
480
480
. waitForElementVisible ( '*[data-id="dropdown-item-workspace_name"]' )
481
481
. waitForElementVisible ( selector )
482
482
. click ( selector )
483
- . waitForElementVisible ( '*[data-id="workspacesubMenuOverlay"]' )
484
- . waitForElementVisible ( '*[data-id="workspacesubMenuRename"]' )
485
483
. click ( '*[data-id="workspacesubMenuRename"]' ) // rename workspace_name
486
484
. useCss ( )
487
485
// .waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]')
You can’t perform that action at this time.
0 commit comments