Skip to content

Commit

Permalink
fix for schrodinger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 8, 2020
1 parent b3d54ac commit a5dc747
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -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 a5dc747

Please sign in to comment.