pull/2729/head
bunsenstraat 3 years ago committed by Aniket
parent 582838b1e0
commit 02282c0f5a
  1. 1
      apps/remix-ide-e2e/src/commands/switchWorkspace.ts

@ -3,7 +3,6 @@ import EventEmitter from 'events'
class switchWorkspace extends EventEmitter {
command (this: NightwatchBrowser, workspaceName: string): NightwatchBrowser {
const timestamp = new Date().getTime()
this.api.waitForElementVisible('[data-id="workspacesSelect"]')
.click('[data-id="workspacesSelect"]')
.waitForElementVisible(`[data-id="dropdown-item-${workspaceName}"]`)

Loading…
Cancel
Save