test wait time

waittest2
bunsenstraat 2 years ago
parent a9eb0e5f41
commit d809ca185b
  1. 2
      apps/remix-ide-e2e/src/commands/waitForElementContainsText.ts

@ -15,7 +15,7 @@ class WaitForElementContainsText extends EventEmitter {
this.emit('complete')
}
})
}, 200)
}, 10)
waitId = setTimeout(() => {
clearInterval(runid)

Loading…
Cancel
Save