diff --git a/DataDrivenTesting/src/test/java/testcases/AddCustomerTest.java b/DataDrivenTesting/src/test/java/testcases/AddCustomerTest.java index 84b66ae..6f124e1 100644 --- a/DataDrivenTesting/src/test/java/testcases/AddCustomerTest.java +++ b/DataDrivenTesting/src/test/java/testcases/AddCustomerTest.java @@ -17,7 +17,7 @@ public class AddCustomerTest extends BaseClass { @Test(dataProvider="getData") public void addCustomer(String firstname,String lastname,String postcode) { - driver.manage().timeouts().implicitlyWait(5, TimeUnit.SECONDS); + driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); WebElement add_customerBtn = driver.findElement(By.cssSelector(objectRepo.getProperty("add_customerBtn"))); diff --git a/HelloWorld/src/HelloWorld.java b/HelloWorld/src/HelloWorld.java index 82441ec..6426e95 100644 --- a/HelloWorld/src/HelloWorld.java +++ b/HelloWorld/src/HelloWorld.java @@ -3,7 +3,7 @@ public class HelloWorld { public static void main(String[] args) { - // TODO Auto-generated method stub + System.out.println("HELLO WORLD");