Skip to content

Commit 83830cc

Browse files
authored
Merge pull request #73 from Umutayb/dependency-version-update
Update AppTest.java
2 parents 6bd7808 + dbf2e34 commit 83830cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/java/AppTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public class AppTest extends CommonStepUtilities<ObjectRepository> {
2727
// String trainingUrl = "https://www.toolsqa.com/selenium-training/";
2828
// String baseUrl = "https://demoqa.com/";
2929
//
30-
// /**
31-
// * Constructs an instance of the CommonStepUtilities class with the specific object repository.
32-
// */
33-
// public AppTest() {
34-
// super(ObjectRepository.class);
35-
// }
30+
/**
31+
* Constructs an instance of the CommonStepUtilities class with the specific object repository.
32+
*/
33+
public AppTest() {
34+
super(ObjectRepository.class);
35+
}
3636
//
3737
// @Before
3838
// public void before() {

0 commit comments

Comments
 (0)