Skip to content

Commit 2ec9517

Browse files
fix
1 parent cdec51b commit 2ec9517

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
@@ -124,7 +124,7 @@ describe('PageCollector', () => {
124124
assert.equal(collector.getData(page).length, 1);
125125
});
126126

127-
it.only('should only subscribe once ', async () => {
127+
it('should only subscribe once ', async () => {
128128
const browser = getMockBrowser();
129129
const page = (await browser.pages())[0];
130130
const request = getMockRequest();

0 commit comments

Comments
 (0)