Add wait to 'enable user events' test (#3946)
This commit is contained in:
parent
4bbdbddacc
commit
07f5e070e0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue