Skip to content

Commit

Permalink
fix: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jul 10, 2023
1 parent 5200bfc commit 5c53bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/Playwright_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ describe('Playwright', function () {
});
});

describe.only('#startRecordingTraffic, #seeTraffic, #stopRecordingTraffic, #dontSeeTraffic', () => {
describe('#startRecordingTraffic, #seeTraffic, #stopRecordingTraffic, #dontSeeTraffic', () => {
it('should see recording traffics', async () => {
await I.startRecordingTraffic();
I.amOnPage('https://codecept.io/');
Expand Down

0 comments on commit 5c53bf1

Please sign in to comment.