feat(deps): integrate swagger-client@3.22.0 (#9202)

This commit is contained in:
Vladimír Gorej
2023-09-13 10:43:27 +02:00
committed by GitHub
parent 2c04153614
commit d89726a24b
6 changed files with 502 additions and 510 deletions

View File

@@ -19,13 +19,6 @@ import "./commands"
// Alternatively you can use CommonJS syntax:
// require('./commands')
// Remove fetch, so Cypress can intercept XHRs
// see https://github.com/cypress-io/cypress/issues/95
Cypress.on("window:before:load", win => {
win.fetch = null
})
Cypress.on("uncaught:exception", (err, runnable) => {
console.log(JSON.stringify(err, null, 2))
return true