Skip to content

Commit

Permalink
Javascript test not stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajas committed Jan 26, 2018
1 parent 502627f commit 60ba342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ public void testLocationHeaderInResponse() {
waitUntilElement(jsConsoleTestAppPage.getOutputElement()).text().contains("Init Success (Authenticated)");

jsConsoleTestAppPage.createUserRequest();
pause(200);

UsersResource userResource = testRealmResource().users();

List<UserRepresentation> users = userResource.search("mhajas", 0, 1);
assertEquals("There should be created user mhajas", 1, users.size());
waitUntilElement(jsConsoleTestAppPage.getOutputElement()).text()
Expand Down

0 comments on commit 60ba342

Please sign in to comment.