fix: 19
All checks were successful
jenkins/ZenProject/pipeline/head This commit looks good

This commit is contained in:
dadgam3er 2024-10-01 21:42:45 -04:00
parent 7ad5df5475
commit 76acd5ae9e

View File

@ -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