Kled9

Results 2 comments of Kled9

@garydgregory Ok thanks for the information, I modified the tests, now they use `assertThrows` from JUnit5.

@teebu You can use this snippet in your plugins/index.ts to disable SameSiteByDefaultCookies when chrome launch, (usefull for your pipeline etc). ```typescript on('before:browser:launch', (browser: Cypress.Browser, launchOptions: Cypress.BrowserLaunchOptions) => { if (browser.family...