pull/4837/head
filip mertens 10 months ago
parent 8bd325fa8f
commit 2dbfe27b87
  1. 1
      apps/remixdesktop/test/tests/app/externaleditor.test.ts

@ -40,6 +40,7 @@ const testsBash = {
const actions = this.actions({async: true}) const actions = this.actions({async: true})
return actions.sendKeys('cat example.txt').sendKeys(this.Keys.ENTER) return actions.sendKeys('cat example.txt').sendKeys(this.Keys.ENTER)
}) })
.pause(1000)
.getText( .getText(
{ {
selector: "//*[@data-type='remixUIXT' and @data-active='1']", selector: "//*[@data-type='remixUIXT' and @data-active='1']",

Loading…
Cancel
Save