diff --git a/src/test/java/zacksolutions/HomePageTest.java b/src/test/java/zacksolutions/HomePageTest.java index 24b1634..7f0b885 100644 --- a/src/test/java/zacksolutions/HomePageTest.java +++ b/src/test/java/zacksolutions/HomePageTest.java @@ -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