From 28635ab7df3aa938854a59f8986461911060406f Mon Sep 17 00:00:00 2001 From: suresh4747 <39727791+suresh4747@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:34:03 +0530 Subject: [PATCH 1/4] test1 changes --- src/test/java/framework/Assertions.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/framework/Assertions.java b/src/test/java/framework/Assertions.java index 57f7a45..e6a8dbe 100644 --- a/src/test/java/framework/Assertions.java +++ b/src/test/java/framework/Assertions.java @@ -17,6 +17,7 @@ * All the validation methods and method to take screenshot * are defined in this class. */ +//test1 public class Assertions { public boolean testCaseStatus = true; private WebDriver driver; From bf8aef83bb54542c8766fd0c146c5f6f094c9783 Mon Sep 17 00:00:00 2001 From: suresh4747 <39727791+suresh4747@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:41:44 +0530 Subject: [PATCH 2/4] commit 2 --- src/test/java/framework/Assertions.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/framework/Assertions.java b/src/test/java/framework/Assertions.java index e6a8dbe..8bfd595 100644 --- a/src/test/java/framework/Assertions.java +++ b/src/test/java/framework/Assertions.java @@ -18,6 +18,7 @@ * are defined in this class. */ //test1 +//test2 public class Assertions { public boolean testCaseStatus = true; private WebDriver driver; From 709c9c0da0ffe3620a7ec78b0e50058c9c863aee Mon Sep 17 00:00:00 2001 From: suresh4747 <39727791+suresh4747@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:43:05 +0530 Subject: [PATCH 3/4] test 3 commit --- src/test/java/framework/Assertions.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/framework/Assertions.java b/src/test/java/framework/Assertions.java index 8bfd595..11ffc86 100644 --- a/src/test/java/framework/Assertions.java +++ b/src/test/java/framework/Assertions.java @@ -19,6 +19,7 @@ */ //test1 //test2 +//test3 public class Assertions { public boolean testCaseStatus = true; private WebDriver driver; From 8dd40b11a074f8463054484aec2073d3646ccb06 Mon Sep 17 00:00:00 2001 From: suresh4747 <39727791+suresh4747@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:02:46 +0530 Subject: [PATCH 4/4] test1 commit --- src/test/java/framework/CommonMethods.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/framework/CommonMethods.java b/src/test/java/framework/CommonMethods.java index 2ec10d1..e1f4c74 100644 --- a/src/test/java/framework/CommonMethods.java +++ b/src/test/java/framework/CommonMethods.java @@ -32,6 +32,7 @@ * @author shanky * */ +//test1 public class CommonMethods extends Assertions { WebDriver driver = null;