Skip to content

Commit

Permalink
test: remove exc paths params
Browse files Browse the repository at this point in the history
  • Loading branch information
bufgix committed Mar 7, 2021
1 parent 5581838 commit ad496d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/integration/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe('Popup page', () => {
const extensionId = 'jabeoiimmbndiolpljnmijcppnphdigl'
const chromeExtPath = `chrome-extension://${extensionId}/popup.html`
browser = await puppeteer.launch({
executablePath: process.env.PUPPETEER_EXEC_PATH,
headless: false,
slowMo: 1,
devtools: true,
Expand Down

0 comments on commit ad496d6

Please sign in to comment.