You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/Tests/NewUserRegistration.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,24 @@ public class NewUserRegistration extends BaseTest{
13
13
14
14
@Test
15
15
publicvoidnavigateToHomepage() {
16
-
StringpageTitle = "Home Page - Magento eCommerce - website to practice selenium | demo website for automation testing | selenium practice sites | selenium demo sites | best website to practice selenium automation | automation practice sites Magento Commerce - website to practice selenium | demo website for automation testing | selenium practice sites";
Log.info("Completed test for Navigate to home page.");
20
20
}
21
21
22
22
@Test
23
23
publicvoidnavigateToUserSignupPage() {
24
-
StringpageTitle = "Create New Customer Account Magento Commerce - website to practice selenium | demo website for automation testing | selenium practice sites";
24
+
StringexpectedTitle = "Create New Customer Account";
0 commit comments