mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: When saving credentials in e2e tests, wait for the save operation to finish (no-changelog) (#11850)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fbaa17951f
commit
96b95ef5e5
@@ -35,7 +35,11 @@ export function setCredentialConnectionParameterInputByName(name: string, value:
|
||||
}
|
||||
|
||||
export function saveCredential() {
|
||||
getCredentialSaveButton().click({ force: true });
|
||||
getCredentialSaveButton()
|
||||
.click({ force: true })
|
||||
.within(() => {
|
||||
cy.get('button').should('not.exist');
|
||||
});
|
||||
}
|
||||
|
||||
export function closeCredentialModal() {
|
||||
|
||||
Reference in New Issue
Block a user