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.
1 parent 6967c5b commit f9db2aaCopy full SHA for f9db2aa
src/test/java/io/github/mfaisalkhatri/test/JsonDataProviderTest.java
@@ -31,8 +31,8 @@ public Iterator<RegistrationData> getValidRegistrationData () {
31
32
@Test (dataProvider = "getValidRegistrationData")
33
public void testRegistrationPasswordAlert (final RegistrationData registrationData) {
34
- //this.driver.get ("http://localhost:4200/");
35
- this.driver.get ("https://practicesoftwaretesting.com/auth/register");
+ this.driver.get ("http://localhost:4200/");
+ //this.driver.get ("https://practicesoftwaretesting.com/auth/register");
36
37
HomePage homePage = new HomePage (driver);
38
LoginPage loginPage = homePage.navigateToLoginPage ();
0 commit comments