Use cy.wait() instead of cy.waitFor() (#2718)

This commit is contained in:
Jon Koops 2022-05-30 13:07:57 +02:00 committed by GitHub
parent 48f68358f4
commit 5a8e388704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"')