Skip to content

Commit

Permalink
Update CO-intro1.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lescobar-c1 committed May 13, 2024
1 parent e31dc16 commit 6051433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CO-intro1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('CO Intro 1', async () => {
const codioPass = credentials.codiopass;

const browser = await chromium.launch({
headless: false // Ensure the browser runs in headless mode
headless: true // Ensure the browser runs in headless mode
});
const context = await browser.newContext();
const page = await context.newPage();
Expand Down Expand Up @@ -251,7 +251,7 @@ test('Reset Course Operations', async ({ }) => {
const codioPass = credentials.codiopass;

const browser = await chromium.launch({
headless: false // Ensure the browser runs in headless mode
headless: true // Ensure the browser runs in headless mode
});
const context = await browser.newContext();
const page = await context.newPage();
Expand Down

0 comments on commit 6051433

Please sign in to comment.