Skip to content

Commit

Permalink
schrodinger: adding projection to user fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Feb 11, 2021
1 parent 4cb4eaa commit 8bf9c9f
Showing 1 changed file with 18 additions and 0 deletions.
Expand Up @@ -154,6 +154,24 @@ public void mod10test01SimpleObjectTemplate() throws IOException {
importObject(HR_SYNCHRONIZATION_TASK_FILE);
Selenide.sleep(MidPoint.TIMEOUT_DEFAULT_2_S);

//user kirk should have projection with CSV-3 resource
showUser("kirk")
.selectTabProjections()
.clickAddProjection()
.table()
.search()
.byName()
.inputValue(CSV_3_RESOURCE_NAME)
.updateSearch()
.and()
.selectCheckboxByName(CSV_3_RESOURCE_NAME)
.and()
.clickAdd()
.and()
.clickSave()
.feedback()
.isSuccess();

basicPage.listResources()
.table()
.search()
Expand Down

0 comments on commit 8bf9c9f

Please sign in to comment.