Skip to content

Commit 77e2072

Browse files
Anna Manukyanandyuk1986
authored andcommitted
[#641] Fix randomly failing xsite tests
1 parent 73410a9 commit 77e2072

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypress/e2e/4_xsite.cy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ describe('XSite Config Tests', () => {
109109
cy.login(Cypress.env('username'), Cypress.env('password'));
110110

111111
cy.on("uncaught:exception", (err, runnable) => {
112-
cy.log(err.message);
113112
return false;
114113
});
115114

@@ -174,7 +173,6 @@ describe('XSite Config Tests', () => {
174173
}
175174
});
176175
cy.on("uncaught:exception", (err, runnable) => {
177-
cy.log(err.message);
178176
return false;
179177
});
180178
cy.get('[data-cy=sideBarToggle]').click();

0 commit comments

Comments
 (0)