We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ea6671 + 198c889 commit 40eba6eCopy full SHA for 40eba6e
cypress/e2e/ui/Settings/Application-Settings/zone.cy.js
@@ -75,6 +75,9 @@ function addZone() {
75
})
76
.should('be.enabled')
77
.click(),
78
+ onApiResponse: (interception) => {
79
+ expect(interception.response.statusCode).to.equal(200);
80
+ },
81
});
82
return cy.then(() => {
83
return `Zone: ${INITIAL_ZONE_DESCRIPTION}`;
0 commit comments