Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Dec 7, 2024
1 parent b310da5 commit 9cabd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/startup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test('has title', async () => {
const browser = await chromium.connectOverCDP('http://127.0.0.1:9000');

expect(browser.isConnected()).toBeTruthy();
expect(browser.contexts()).toBeGreaterThan(0);
expect(browser.contexts().length).toBeGreaterThan(0);

const context = browser.contexts()[0];
const pages = context.pages();
Expand Down

0 comments on commit 9cabd58

Please sign in to comment.