mirror of
https://dev.azure.com/Foster-X/CMP329%20CW2/_git/CMP329%20CW2
synced 2025-07-27 04:23:32 +00:00
window maximisation is removed
This commit is contained in:
parent
b93691811e
commit
f06dfb806c
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ public class TestPoster {
|
|||
@CsvFileSource(resources = "/csv/built/credentials_permissions.csv", numLinesToSkip = 0)
|
||||
public void testPostEditDelete(String role, String usernameText, String passwordText) {
|
||||
WebDriver driver = ConfigureDriver.configureDriver();
|
||||
driver.manage().window().maximize();
|
||||
driver.get(LOGIN_PAGE);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue