Skip to content

Commit

Permalink
cypress update: 5.1.0 -> 5.3.0.
Browse files Browse the repository at this point in the history
Fixes this issue:
cypress-io/cypress#8621

Change-Id: Ied225391e7e72dfd9df852481ad29b6368c194cf
  • Loading branch information
tzolnai committed Oct 23, 2020
1 parent 58dd58c commit d401101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cypress_test/integration_tests/common/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,6 @@ function beforeAll(fileName, subFolder, noFileCopy, subsequentLoad) {
function afterAll(fileName) {
cy.log('Waiting for closing the document - start.');

//https://github.com/cypress-io/cypress/issues/8621
if (Cypress.mocha.getRunner().stopped)
return;

if (Cypress.env('INTEGRATION') === 'nextcloud') {
if (Cypress.env('IFRAME_LEVEL') === '2') {
// Close the document
Expand Down
2 changes: 1 addition & 1 deletion cypress_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"dependencies": {
"cypress": "5.1.0",
"cypress": "5.3.0",
"cypress-failed-log": "2.7.0",
"cypress-file-upload": "4.1.1",
"cypress-log-to-output": "1.1.2",
Expand Down

0 comments on commit d401101

Please sign in to comment.