1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-30 02:39:41 +02:00

chore(testing): cleanup e2e for CE (#4349)

This commit is contained in:
itsconquest 2020-09-29 11:01:49 +13:00 committed by GitHub
parent e479e41aee
commit a4fa44f831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 81 deletions

View file

@ -564,7 +564,7 @@ Cypress.Commands.add('modifyResources', (location, action) => {
}
});
Cypress.Commands.add('clickLink', () => {
Cypress.Commands.add('clickLink', (label) => {
cy.waitUntil(() => cy.contains('a', label)).click();
});