Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
LabhanshAgrawal committed Jul 25, 2023
1 parent 83dc1df commit f8f7439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ test.before(async () => {

app = await _electron.launch({
// executablePath: pathToBinary,
args: ['target', '--disable_splash_screen', '--disable-extensions', '--disable-dev-shm-usage', '--no-sandbox']
args: ['target'],
cwd: path.join(__dirname, '../')
});
const page = await app.firstWindow();
await page.waitForLoadState('domcontentloaded');
Expand Down

0 comments on commit f8f7439

Please sign in to comment.