Skip to content

Commit

Permalink
pls last fix cal test
Browse files Browse the repository at this point in the history
  • Loading branch information
gguyal committed Jun 9, 2024
1 parent 4801aca commit 7f6eb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/calendar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ describe('Calendar and Add Task Tests', () => {

beforeAll(async () => {
browser = await puppeteer.launch({
headless: false,
slowMo: 5,
headless: true,
slowMo: 25,
});
page = await browser.newPage();
await page.goto(websitePage);
Expand Down

0 comments on commit 7f6eb00

Please sign in to comment.