This commit is contained in:
2024-10-01 21:40:12 -04:00
parent 09c9801fc9
commit 7ad5df5475
4 changed files with 44 additions and 2 deletions
@@ -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