We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5b6e8 commit c62bf79Copy full SHA for c62bf79
src/test/java/com/vaadin/starter/bakery/testbench/LoginIT.java
@@ -13,7 +13,7 @@ public class LoginIT extends AbstractIT<LoginViewElement> {
13
@BrowserTest
14
public void loginWorks() {
15
LoginViewElement loginView = openLoginView();
16
- Assertions.assertEquals("Email", loginView.getUsernameLabel());
+ Assertions.assertEquals("Email (login)", loginView.getUsernameLabel());
17
loginView.login("[email protected]", "barista");
18
}
19
@@ -46,4 +46,4 @@ protected LoginViewElement openView() {
46
return openLoginView();
47
48
49
-}
+}
0 commit comments