Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 9, 2020
2 parents b3cfacb + a572af4 commit a9b81dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Expand Up @@ -31,7 +31,7 @@ public class TaskPageTest extends AbstractSchrodingerTest {
public void test001createNewTask() {

String name = "NewTest";
String handler = "http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/recompute/handler-3";
String handler = "Recompute task";
TaskPage task = basicPage.newTask();
task.selectTabBasic().form().addAttributeValue("handlerUri", handler);
Selenide.sleep(4000);
Expand Down
Expand Up @@ -132,6 +132,8 @@ public void test120approveCaseAction() {
.clickByName(ASSIGNING_ROLE_CASE_NAME + CASE_CREATION_TEST_USER_NAME)
.approveButtonClick();

Selenide.sleep(MidPoint.TIMEOUT_MEDIUM_6_S);

allRequestsPage = basicPage.listAllRequests();
CasePage casePage = allRequestsPage
.table()
Expand Down
Expand Up @@ -18,7 +18,7 @@
<stringPolicy>
<description>Testing string policy</description>
<limitations>
<minLength>30</minLength>
<minLength>23</minLength>
<minUniqueChars>20</minUniqueChars>
<checkPattern/>
</limitations>
Expand Down

0 comments on commit a9b81dd

Please sign in to comment.