mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Fix flaky credentials saving in e2e tests (no-changelog) (#11919)
This commit is contained in:
committed by
GitHub
parent
85f30b27ae
commit
d4e8d6778c
@@ -40,6 +40,7 @@ export function saveCredential() {
|
||||
.within(() => {
|
||||
cy.get('button').should('not.exist');
|
||||
});
|
||||
getCredentialSaveButton().should('have.text', 'Saved');
|
||||
}
|
||||
|
||||
export function closeCredentialModal() {
|
||||
|
||||
Reference in New Issue
Block a user