Skip to content

Commit

Permalink
Merge pull request #227 from nodlesh/calibrate-bcw-app-guides-on
Browse files Browse the repository at this point in the history
BCW test handling of in app guides
  • Loading branch information
nodlesh authored Dec 14, 2023
2 parents 17c61fa + 23de012 commit 746ee16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aries-mobile-tests/features/steps/bc_wallet/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def step_impl(context):
#assert context.thisInitializationPage.on_this_page()
context.thisHomePage = context.thisInitializationPage.wait_until_initialized()
if context.thisHomePage.welcome_to_bc_wallet_modal.is_displayed():
#context.thisHomePage.welcome_to_bc_wallet_modal.select_dismiss()
context.thisHomePage.welcome_to_bc_wallet_modal.select_dismiss()
assert True
else:
assert context.thisHomePage.on_this_page()
Expand Down
4 changes: 2 additions & 2 deletions aries-mobile-tests/pageobjects/bc_wallet/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class OopsSomethingWentWrongModal(BasePage):
retry_locator = (AppiumBy.ID, "com.ariesbifold:id/Retry")

def on_this_page(self):
#return super().on_this_page(self.on_this_page_text_locator)
return super().on_this_page(self.error_title_locator)
return super().on_this_page(self.on_this_page_text_locator)
#return super().on_this_page(self.error_title_locator)

def is_displayed(self):
return self.on_this_page()
Expand Down

0 comments on commit 746ee16

Please sign in to comment.