Skip to content

Commit

Permalink
MDL-77380 block_myoverview: improve show toggle functionality test
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Mar 21, 2023
1 parent f3bf17c commit 57e9fec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ Feature: The my overview block allows users to hide their courses
And I click on "Removed from view" "link" in the "Course overview" "block"
And I click on ".coursemenubtn" "css_element" in the "//div[@class='card dashboard-card' and contains(.,'Course 2')]" "xpath_element"
And I click on "Restore to view" "link" in the "//div[@class='card dashboard-card' and contains(.,'Course 2')]" "xpath_element"
And I reload the page
And I should not see "Course 2" in the "Course overview" "block"
And I click on "Removed from view" "button" in the "Course overview" "block"
When I click on "All" "link" in the "Course overview" "block"
And I reload the page
Then I should see "Course 2" in the "Course overview" "block"

Scenario: Test show toggle functionality w/ favorites
Expand Down

0 comments on commit 57e9fec

Please sign in to comment.