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