Skip to content

Commit

Permalink
MDL-78885 aria: Fix pressing Home and End on editable comboboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Mar 21, 2024
1 parent e0d2a39 commit 535bfb3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
Expand Up @@ -244,10 +244,6 @@ Feature: Within the grader report, test that we can search for users
And the page should meet accessibility standards with "wcag131, wcag141, wcag412" extra tests
And I press the down key
And ".active" "css_element" should exist in the "Student 1" "option_role"
And I press the end key
And ".active" "css_element" should exist in the "View all results (5)" "option_role"
And I press the home key
And ".active" "css_element" should exist in the "Student 1" "option_role"
And I press the up key
And ".active" "css_element" should exist in the "View all results (5)" "option_role"
And I press the down key
Expand Down
4 changes: 0 additions & 4 deletions grade/report/singleview/tests/behat/usersearch.feature
Expand Up @@ -188,10 +188,6 @@ Feature: Within the singleview report, a teacher can search for users.
When I wait until "Turtle Manatee" "option_role" exists
And I press the down key
And ".active" "css_element" should exist in the "Student 1" "option_role"
And I press the end key
And ".active" "css_element" should exist in the "Dummy User" "option_role"
And I press the home key
And ".active" "css_element" should exist in the "Student 1" "option_role"
And I press the up key
And ".active" "css_element" should exist in the "Dummy User" "option_role"
And I press the down key
Expand Down
4 changes: 0 additions & 4 deletions grade/report/user/tests/behat/usersearch.feature
Expand Up @@ -205,10 +205,6 @@ Feature: Within the User report, a teacher can search for users.
When "Turtle Manatee" "option_role" should exist
And I press the down key
And ".active" "css_element" should exist in the "Student 1" "option_role"
And I press the end key
And ".active" "css_element" should exist in the "View all results (5)" "option_role"
And I press the home key
And ".active" "css_element" should exist in the "Student 1" "option_role"
And I press the up key
And ".active" "css_element" should exist in the "View all results (5)" "option_role"
And I press the down key
Expand Down

0 comments on commit 535bfb3

Please sign in to comment.