Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemgurell committed Mar 27, 2024
1 parent 8801681 commit cd94d7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/US_409/PatientRecordMerge.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public void secondPatient() {

ome.myClick(ome.homePageBtn);


}

@Test(priority = 4)
Expand Down
2 changes: 1 addition & 1 deletion src/Utility/BaseDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void InitialProcedure() {

driver = new ChromeDriver();

driver.manage().window().maximize();
// driver.manage().window().maximize();

driver.manage().timeouts().pageLoadTimeout(Duration.ofSeconds(15));
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
Expand Down

0 comments on commit cd94d7a

Please sign in to comment.