Skip to content

Commit 4d97fcf

Browse files
fix
1 parent 6fd9c2a commit 4d97fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PageCollector.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ describe('NetworkCollector', () => {
287287
assert.equal(collector.getData(page).length, 2);
288288
});
289289

290-
it.only('works with previous navigations', async () => {
290+
it('works with previous navigations', async () => {
291291
const browser = getMockBrowser();
292292
const page = (await browser.pages())[0];
293293
const mainFrame = page.mainFrame();

0 commit comments

Comments
 (0)