diff --git a/.github/workflows/LT_ui_workflow.yml b/.github/workflows/LT_ui_workflow.yml index c9280b33..23f0856e 100644 --- a/.github/workflows/LT_ui_workflow.yml +++ b/.github/workflows/LT_ui_workflow.yml @@ -57,7 +57,7 @@ jobs: web-scheduled-regression: if: github.event_name == 'schedule' strategy: - max-parallel: 1 + max-parallel: 3 fail-fast: false matrix: include: diff --git a/frontend/test_project/locators/Web_locators.json b/frontend/test_project/locators/Web_locators.json index 6328c4d2..a6603da7 100644 --- a/frontend/test_project/locators/Web_locators.json +++ b/frontend/test_project/locators/Web_locators.json @@ -41,7 +41,7 @@ "dropdown_filter": "//label[text()='Offices']/select", "main_iframe": "//iframe[@id='grnhse_iframe']", "job_container": "//h2[@class='job-title']", - "job_title": "//h2[@class='job-title']/a[contains(text(),'{}')]", + "job_title": "//div[@class='gh-row gh-item shuffle-item shuffle-item--visible']//h2[@class='job-title']/a[contains(text(),'{}')]", "first_name": "//input[@id='first_name']", "last_name": "//input[@id='last_name']", "email": "//input[@id='email']",