We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd7808 + dbf2e34 commit 83830ccCopy full SHA for 83830cc
src/test/java/AppTest.java
@@ -27,12 +27,12 @@ public class AppTest extends CommonStepUtilities<ObjectRepository> {
27
// String trainingUrl = "https://www.toolsqa.com/selenium-training/";
28
// String baseUrl = "https://demoqa.com/";
29
//
30
- // /**
31
- // * Constructs an instance of the CommonStepUtilities class with the specific object repository.
32
- // */
33
- // public AppTest() {
34
- // super(ObjectRepository.class);
35
- // }
+ /**
+ * Constructs an instance of the CommonStepUtilities class with the specific object repository.
+ */
+ public AppTest() {
+ super(ObjectRepository.class);
+ }
36
37
// @Before
38
// public void before() {
0 commit comments