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:
parent
e479e41aee
commit
a4fa44f831
3 changed files with 1 additions and 81 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue