This commit is contained in:
parent
7ad5df5475
commit
76acd5ae9e
@ -24,12 +24,10 @@ public class HomePageTest extends Initialization {
|
|||||||
@Test
|
@Test
|
||||||
public void TextTest() throws InterruptedException {
|
public void TextTest() throws InterruptedException {
|
||||||
System.out.println(driver.getTitle());
|
System.out.println(driver.getTitle());
|
||||||
/*
|
|
||||||
HomePage hp = new HomePage();
|
HomePage hp = new HomePage();
|
||||||
hp.insertText();
|
hp.insertText();
|
||||||
hp.textConfirmation();
|
hp.textConfirmation();
|
||||||
Assert.assertEquals(hp.textConfirmation(), "4 8 15 16 23 42");
|
// Assert.assertEquals(hp.textConfirmation(), "4 8 15 16 23 42");
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterTest
|
@AfterTest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user