Skip to content

Commit

Permalink
added new testids to locators for get person cred page
Browse files Browse the repository at this point in the history
Signed-off-by: Sheldon Regular <[email protected]>
  • Loading branch information
nodlesh committed Oct 11, 2023
1 parent b436f08 commit 22b4935
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ class GetPersonCredentialPage(BasePage):

# Locators
on_this_page_text_locator = "Person Credential"
get_your_person_credential_locator = (AppiumBy.ACCESSIBILITY_ID, "Get your Person credential")
get_this_later_locator = (AppiumBy.ACCESSIBILITY_ID, "Get this later")
#get_your_person_credential_locator = (AppiumBy.ACCESSIBILITY_ID, "Get your Person credential")
get_your_person_credential_locator = (AppiumBy.ID, "com.ariesbifold:id/GetYourPersonCredential")
#get_this_later_locator = (AppiumBy.ACCESSIBILITY_ID, "Get this later")
get_this_later_locator = (AppiumBy.ID, "com.ariesbifold:id/GetThisLater")

def on_this_page(self):
return super().on_this_page(self.on_this_page_text_locator)
Expand Down

0 comments on commit 22b4935

Please sign in to comment.