pull/4837/head
bunsenstraat 8 months ago
parent 4052096ed6
commit ca66f34cf9
  1. 4
      apps/remixdesktop/test/tests/app/xterm.test.ts

@ -205,9 +205,9 @@ const tests = {
},
function (result) {
console.log('Text content of the element:', result.value)
browser.assert.ok(!(result.value as string).includes('newExample.txt'))
browser.assert.ok(!(result.value as string).includes('newExample.txt')).end()
}
)
).pause(3000)
},
}

Loading…
Cancel
Save