Skip to content

Commit

Permalink
Develop (#152)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
tauqirsarwar1 authored Aug 16, 2024
2 parents ee7cf5e + b8f12a8 commit dc53bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LT_ui_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion frontend/test_project/locators/Web_locators.json
Original file line number Diff line number Diff line change
Expand Up @@ -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']",
Expand Down

0 comments on commit dc53bb7

Please sign in to comment.