Use cy.wait() instead of cy.waitFor() (#2718)
This commit is contained in:
parent
48f68358f4
commit
5a8e388704
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ describe("Clients SAML tests", () => {
|
|||
"admin/realms/master/clients/*/certificates/saml.signing"
|
||||
).as("load");
|
||||
cy.findByTestId("clientSignature").click({ force: true });
|
||||
cy.waitFor("@load");
|
||||
|
||||
modalUtils
|
||||
.checkModalTitle('Disable "Client signature required"')
|
||||
|
|
Loading…
Reference in a new issue