ci: Fix flaky credentials saving in e2e tests (no-changelog) (#11919)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-12-02 17:28:08 +01:00
committed by GitHub
parent 85f30b27ae
commit d4e8d6778c
5 changed files with 18 additions and 16 deletions

View File

@@ -40,6 +40,7 @@ export function saveCredential() {
.within(() => {
cy.get('button').should('not.exist');
});
getCredentialSaveButton().should('have.text', 'Saved');
}
export function closeCredentialModal() {