This commit is contained in:
2024-09-30 22:33:07 -04:00
parent 8a5ab43be8
commit e8968b6243
2 changed files with 12 additions and 12 deletions
@@ -23,11 +23,11 @@ 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");
// System.out.println(driver.getTitle());
HomePage hp = new HomePage();
hp.insertText();
hp.textConfirmation();
Assert.assertEquals(hp.textConfirmation(), "4 8 15 16 23 42");
}
@AfterTest