add pause to fix e2e

pull/4886/head
aniket-engg 5 months ago committed by Aniket
parent 9a70861aa0
commit 6b54d21967
  1. 1
      apps/remix-ide-e2e/src/tests/url.test.ts

@ -175,6 +175,7 @@ module.exports = {
'code has been loaded')
})
.url('http://127.0.0.1:8080') // refresh without loading the code sample
.pause(2000)
.currentWorkspaceIs('default_workspace')
.execute(() => {
return document.querySelector('[data-id="dropdown-item-code-sample"]') === null

Loading…
Cancel
Save