Skip to content

Commit

Permalink
Y AXE updated (#111)
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 Apr 25, 2024
2 parents 6821d0c + 1f473b4 commit c869f1b
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -152,7 +152,7 @@ Feature: OrangeHRM Login and Modus QA blog
When The element 'Modus_Site > Careers > resume_link' is displayed
And I click on button 'Modus_Site > Careers > resume_link'
And I set text 'testing resume' to field 'Modus_Site > Careers > resume_text'
And I move to an element 'Modus_Site > Careers > move_form_dropdown' with offset '50' '100'
And I move to an element 'Modus_Site > Careers > move_form_dropdown' with offset '50' '200'
And I click item 'Please select the country where you are living' for element 'Modus_Site > Careers > form_dropdown'
And I click item 'Afghanistan' for element 'Modus_Site > Careers > country_dropdown'
And I set text 'Modus Create' to field 'Modus_Site > Careers > current_company'
Expand Down

0 comments on commit c869f1b

Please sign in to comment.