forked from Zakaria/ZenProject
fix: 24 - RemoteWebDriver+ passing testng to POM
This commit is contained in:
@@ -29,6 +29,7 @@ public class HomePageTest extends Initialization {
|
||||
public void TextTest() throws InterruptedException, IOException {
|
||||
HomePage hp = new HomePage();
|
||||
hp.insertText();
|
||||
System.out.println("Job is done, please check this link: " + prop.getProperty("url"));
|
||||
}
|
||||
|
||||
@AfterTest
|
||||
|
||||
Reference in New Issue
Block a user