styling/readability

This commit is contained in:
patterson-a46 2025-04-08 15:05:42 +01:00
parent b759a7c78d
commit 93f223673e

View file

@ -50,7 +50,7 @@ public class TestPoster {
boolean loginAllowed = (!role.equals("unauthorised"));
WebElement username = driver.findElement(By.id(USERNAME_BOX_ID));
WebElement password = driver.findElement(By.id(PASSWORD_BOX_ID));
WebElement login = driver.findElement(By.id(LOGIN_BUTTON_ID));
WebElement login= driver.findElement(By.id(LOGIN_BUTTON_ID));
username.sendKeys(usernameText);
password.sendKeys(passwordText);