Skip to content

Commit

Permalink
Try to test flaky test in debug_download.spec.js (wearefrank#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Dirkse <martijn@integrationpartners.nl>
mhdirkse and Martijn Dirkse authored Apr 29, 2022
1 parent 0c3c381 commit fcd7620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/debug_download.spec.js
Original file line number Diff line number Diff line change
@@ -148,6 +148,6 @@ function testDownloadFromNode(nodeNum) {
});
});
});
cy.get('div.treeview > ul > li').should('have.length', 3);
cy.get('div.treeview > ul > li', {timeout: 10000}).should('have.length', 3);
cy.get('div.treeview > ul > li:contains(name):not(:contains(other))').should('have.length', 3)
}

0 comments on commit fcd7620

Please sign in to comment.