diff --git a/src/test/java/zacksolutions/ExtendReports.java b/src/test/java/zacksolutions/ExtendReports.java index ac708ff..a3aa9a7 100644 --- a/src/test/java/zacksolutions/ExtendReports.java +++ b/src/test/java/zacksolutions/ExtendReports.java @@ -10,6 +10,7 @@ import org.testng.annotations.BeforeTest; import com.aventstack.extentreports.reporter.ExtentSparkReporter; import org.testng.annotations.Test; + public class ExtendReports { ExtentReports extent; WebDriver driver; @@ -30,7 +31,7 @@ public class ExtendReports { } @Test - public void getTitle(){ + public void getTitle() { ExtentTest test = extent.createTest("TestTitle"); String title = driver.getTitle(); System.out.println(title); diff --git a/src/test/java/zacksolutions/NGClassTest.java b/src/test/java/zacksolutions/NGClassTest.java index cc06604..5de9e34 100644 --- a/src/test/java/zacksolutions/NGClassTest.java +++ b/src/test/java/zacksolutions/NGClassTest.java @@ -21,7 +21,7 @@ public class NGClassTest { @Test public static void testCaseFour() { - System.out.println("Debug the fourth case"); + System.out.println("Debuging the fourth case"); } @Test