Add wait to 'enable user events' test (#3946)

This commit is contained in:
Jon Koops 2022-12-06 12:42:34 +01:00 committed by GitHub
parent 4bbdbddacc
commit 07f5e070e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,6 +120,7 @@ describe("Realm settings events tab tests", () => {
masthead.checkNotificationMessage("Successfully saved configuration");
cy.wait(["@fetchConfig"]);
sidebarPage.waitForPageLoad();
cy.wait(1000);
for (const event of events) {
listingPage.searchItem(event, false).itemExist(event);
}