We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49451f commit 827fa66Copy full SHA for 827fa66
apps/remix-ide-e2e/src/tests/workspace.test.ts
@@ -472,7 +472,7 @@ module.exports = {
472
.currentWorkspaceIs('workspace_name')
473
},
474
475
- 'Should rename a workspace #group1#pr': function (browser: NightwatchBrowser) {
+ 'Should rename a workspace #group1': function (browser: NightwatchBrowser) {
476
const selector = 'a[data-id="dropdown-item-workspace_name"] + div[data-id="workspacesubMenuIcon"]'
477
browser
478
.waitForElementPresent('*[data-id="workspacesSelect"]')
0 commit comments