Skip to content

Commit

Permalink
headless: true
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Aug 21, 2024
1 parent ae629fd commit 36c2a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topology.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('PolicyTopology Page', function () {
let page;

before(async function () {
browser = await puppeteer.launch({ headless: false });
browser = await puppeteer.launch({ headless: true });
page = await browser.newPage();
await page.goto('http://localhost:3000');
});
Expand Down

0 comments on commit 36c2a67

Please sign in to comment.