Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/test/java/framework/Assertions.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
* All the validation methods and method to take screenshot
* are defined in this class.
*/
//test1
//test2
//test3
public class Assertions {
public boolean testCaseStatus = true;
private WebDriver driver;
Expand Down
1 change: 1 addition & 0 deletions src/test/java/framework/CommonMethods.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* @author shanky
*
*/
//test1
public class CommonMethods extends Assertions {

WebDriver driver = null;
Expand Down