forked from Zakaria/ZenProject
fix: 18
This commit is contained in:
@@ -23,11 +23,13 @@ public class HomePageTest extends Initialization {
|
||||
|
||||
@Test
|
||||
public void TextTest() throws InterruptedException {
|
||||
// System.out.println(driver.getTitle());
|
||||
System.out.println(driver.getTitle());
|
||||
/*
|
||||
HomePage hp = new HomePage();
|
||||
hp.insertText();
|
||||
hp.textConfirmation();
|
||||
Assert.assertEquals(hp.textConfirmation(), "4 8 15 16 23 42");
|
||||
*/
|
||||
}
|
||||
|
||||
@AfterTest
|
||||
|
||||
Reference in New Issue
Block a user