Skip to content

Commit 8adc9d1

Browse files
authored
Update intercept_sync_request.cy.ts
1 parent 48807a6 commit 8adc9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/cypress/e2e/e2e/intercept_sync_request.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://github.com/cypress-io/cypress/pull/32925
22
describe('intercept sync request', () => {
3-
it('completes all the way with route handler', { browser: '!webkit' }, () => {
3+
it('completes all the way with route handler', () => {
44
cy.intercept('/app', {
55
body: `
66
<!DOCTYPE html>

0 commit comments

Comments
 (0)