mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-21 10:25:36 +00:00
📍Use lombok, reformat, and optimize the code (#1560)
* Use lombok, reformat, and optimize the code * Fix merge conflicts and some sonar issues Co-authored-by: va1m <va1m@email.com>
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class LoginPageTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLogin() {
|
||||
void testLogin() {
|
||||
var albumListPage = loginPage
|
||||
.enterUsername("admin")
|
||||
.enterPassword("password")
|
||||
|
||||
Reference in New Issue
Block a user