fix attempt 1 (#2448)

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2022-04-14 09:16:52 +01:00 committed by GitHub
parent 4fc64e6915
commit 8294b65872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ describe("Partial import test", () => {
createRealmPage.fillRealmName(TEST_REALM).createRealm();
sidebarPage.goToRealmSettings();
sidebarPage.waitForPageLoad();
realmSettings.clickActionMenu();
});