Skip to content

Commit

Permalink
IOS docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 26, 2024
1 parent 84f18a3 commit 88a38c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/test_project/features/mobile/ios_login.feature
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ Feature: Basic IOS App functionality
And I set text '325885556585999' to field '_mob > Payment_Detail > Card_Number'
And I set text '0325' to field '_mob > Payment_Detail > expired_card'
And I set text '123' to field '_mob > Payment_Detail > CVV'
And I scroll to element '_mob > Payment_Detail > Enter_Click' for '1' iterations
And I scroll to element '_mob > Payment_Detail > Enter_Click' for '2' iterations
And I click on element '_mob > Payment_Detail > Enter_Click'
And I scroll to element '_mob > Review_Order > Review' for '2' iterations
And I click on element '_mob > Review_Order > Review'
And I click on element '_mob > Review_Order > Review'
And The element '_mob > Review_Order > Total' is displayed
Expand Down
1 change: 1 addition & 0 deletions frontend/test_project/features/web/login_tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Feature: OrangeHRM Login and Modus QA blog
And I click item 'Logout' for element 'OrangeHRM > logout_button'
Then The element 'OrangeHRM > username' is displayed

# This test case fails on Edge browser, because success message is not displayed after adding user (application issue)
@hrm_add_user @automated
Scenario: Login and add admin user in OrangeHRM system
Given I set web base url '{%BASE_URL%}'
Expand Down

0 comments on commit 88a38c4

Please sign in to comment.