Skip to content

Commit

Permalink
failing sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Apr 18, 2024
1 parent e9eb152 commit f459418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ui_suites_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,30 @@ jobs:
tags: 'web_tests and healthcheck'
config_file: ./env_configs/win_chrome.json
html_report: win-chrome
suite_name: 'Health Check'

- name: Win Firefox
baseurl: https://opensource-demo.orangehrmlive.com
tags: 'web_tests and firefox and smoke'
config_file: ./env_configs/win_firefox.json
html_report: win-firefox
suite_name: 'Smoke'

- name: Win Edge
baseurl: https://opensource-demo.orangehrmlive.com
tags: 'web_tests and sanity'
config_file: ./env_configs/win_edge.json
html_report: win-edge
suite_name: 'Sanity'

- name: Mac Safari
baseurl: https://opensource-demo.orangehrmlive.com
tags: 'web_tests and regression'
config_file: ./env_configs/mac_safari.json
html_report: mac-safari
suite_name: 'Regression'

name: ${{ matrix.name }} - Regression
name: ${{ matrix.name }} - ${{ matrix.suite_name }}
runs-on: ubuntu-latest
steps:
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion frontend/test_project/features/web/web_tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Feature: OrangeHRM Login and Modus QA blog
Scenario: Check QA modus blog Search
Given I set web base url 'https://moduscreate.com'
And The browser resolution is '1024' per '768'
And The title is 'Modus Create | Consulting and Product Development Partner'
And The title is 'Modus Create test | Consulting and Product Development Partner'
When The element 'Modus_Site > main_heading' is displayed
And I click item 'Blog' for element 'Modus_Site > header_link'
And The title is 'Blog | Digital Transformation Insights - Modus Create'
Expand Down

0 comments on commit f459418

Please sign in to comment.