foundry test

pull/4964/head
bunsenstraat 7 months ago
parent 355935d7ce
commit 7bf1781f15
  1. 2
      apps/remixdesktop/test/tests/app/foundry.test.ts

@ -22,7 +22,7 @@ const tests = {
addScript: function (browser: NightwatchBrowser) {
// run script in console
browser.executeAsync(function (dir, done) {
(window as any).electronAPI.openFolderInSameWindow(dir).then(done)
(window as any).electronAPI.openFolderInSameWindow(dir + '/hello_foundry/').then(done)
}, [dir], () => {
console.log('done window opened')
})

Loading…
Cancel
Save