Skip to content

Commit 39a2fa3

Browse files
authored
Update sync_request_with_cookie.cy.ts
1 parent 8adc9d1 commit 39a2fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/cypress/e2e/e2e/origin/sync_request_with_cookie.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('Sync Request in cy.origin that sets cookie', () => {
3-
it('passes', () => {
3+
it('passes', { browser: '!webkit' }, () => {
44
cy.intercept('https://foo.site.com', {
55
body: `
66
<!DOCTYPE html>

0 commit comments

Comments
 (0)