Skip to content

Commit

Permalink
BaseTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EbrahimSalem1 authored Jun 22, 2024
1 parent 0e20f72 commit 725a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/base/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class BaseTest {

@BeforeMethod
public void testSetUp1(){
driver = new ChromeDriver();
driver = new FirefoxDriver();
driver.get(url);
driver.manage().window().maximize();
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(7));
Expand Down

0 comments on commit 725a123

Please sign in to comment.