Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Nov 29, 2023
1 parent 70892e9 commit d84abb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export class DebugModeModal {
const log = await this.driver.executeScript('arguments[0].click();', button)
console.log('executeScript', log)
} catch (e) {
console.log('Probably clicked hidden close button on debug modal', e)
console.log('Probably clicked hidden close button on debug modal')
}
await new Promise<void>(resolve => setTimeout(() => resolve(), 2000))
}
Expand Down
3 changes: 0 additions & 3 deletions packages/e2e-tests/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ export class BuildSetup {
DEBUG: 'backend*,desktop*,utils*',
DATA_DIR: this.dataDir,
}
// if (this.dataDir) {
// env = Object.assign(env, { DATA_DIR: this.dataDir })
// }
if (process.platform === 'win32') {
console.log('!WINDOWS!')
this.child = spawn(`cd node_modules/.bin & chromedriver.cmd --port=${this.port} --verbose`, [], {
Expand Down

0 comments on commit d84abb9

Please sign in to comment.