Skip to content

Commit

Permalink
more logging for synchronization test
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 20, 2019
1 parent da59a32 commit 994b083
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -173,11 +173,14 @@ public void newResourceAccountCreatedLinked() throws IOException {
EditTaskPage taskPage = tasksPage.table().clickByName("LiveSyncTest");
if (taskPage.isRunNowVisible()){
taskPage.clickRunNow();
LOG.info("Sync task is run manually");
}
Selenide.sleep(MidPoint.TIMEOUT_EXTRA_LONG_1_M);

usersPage = basicPage.listUsers();
UserProjectionsTab projectionsTab = usersPage
taskPage.loggedUser().logout().login(midPoint.getUsername(), midPoint.getPassword());

ListUsersPage usersListPage = basicPage.listUsers();
UserProjectionsTab projectionsTab = usersListPage
.table()
.search()
.byName()
Expand Down

0 comments on commit 994b083

Please sign in to comment.