From f459418ad785ffff7d8f70da3360c9edd4f16a2f Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Thu, 18 Apr 2024 15:24:00 +0500 Subject: [PATCH] failing sanity test --- .github/workflows/ui_suites_workflow.yml | 6 +++++- frontend/test_project/features/web/web_tests.feature | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui_suites_workflow.yml b/.github/workflows/ui_suites_workflow.yml index 7be673fb..a9407199 100644 --- a/.github/workflows/ui_suites_workflow.yml +++ b/.github/workflows/ui_suites_workflow.yml @@ -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 diff --git a/frontend/test_project/features/web/web_tests.feature b/frontend/test_project/features/web/web_tests.feature index 7702b74c..58c7ea2a 100644 --- a/frontend/test_project/features/web/web_tests.feature +++ b/frontend/test_project/features/web/web_tests.feature @@ -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'