Skip to content

Commit bb986b7

Browse files
committed
MIR-1336 Fixed MIRUserController
1 parent b7a9184 commit bb986b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mir-it/src/test/java/org/mycore/mir/it/controller/MIRUserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected void assertEqualsIgnoreCase(String message, String expected, String ac
128128
}
129129

130130
public void assertUserCreated(String user) {
131-
driver.waitFor(ExpectedConditions.titleContains("Nutzerdaten anzeigen:" + user));
131+
driver.waitFor(ExpectedConditions.titleContains("Nutzerdaten anzeigen: " + user));
132132
}
133133

134134
public void assertValidationErrorVisible() {

0 commit comments

Comments
 (0)