Skip to content

Instantly share code, notes, and snippets.

@mfaisalkhatri
Created August 8, 2022 12:43
Show Gist options
  • Save mfaisalkhatri/837f03d9e0924682c71eee261b63f7c8 to your computer and use it in GitHub Desktop.
Save mfaisalkhatri/837f03d9e0924682c71eee261b63f7c8 to your computer and use it in GitHub Desktop.
@Test
public void testRegisterUser () {
homePage ().openUserRegistrationPage ()
.verifyPageHeader ()
.registerUser ()
.verifySuccessfulRegistration ()
.continueToMyAccount ()
.verifyPageHeader ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment