pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 4c7fd26273
commit a9e3e3ecee
  1. 4
      apps/remix-ide-e2e/src/tests/workspace.test.ts

@ -378,7 +378,7 @@ module.exports = {
// WORKSPACE TEMPLATES E2E END
'Should create two workspace and switch to the first one #flaky #group2': function (browser: NightwatchBrowser) {
'Should create two workspace and switch to the first one #flaky #group1': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('filePanel')
.click('*[data-id="workspaceCreate"]')
@ -407,7 +407,7 @@ module.exports = {
.currentWorkspaceIs('workspace_name')
},
'Should rename a workspace #group2': function (browser: NightwatchBrowser) {
'Should rename a workspace #group1': function (browser: NightwatchBrowser) {
browser
.useXpath()
.waitForElementPresent({

Loading…
Cancel
Save