Skip to content

Commit

Permalink
Merge branch 'MDL-73900-master-fix' of https://github.com/junpataleta…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 1, 2022
2 parents 465a300 + cd1cec7 commit b2ea2f8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -46,14 +46,14 @@ Feature: The recently accessed items block allows users to easily access their m
And I am on the "Test book name" "book activity" page
And I am on the "Test choice name" "choice activity" page
When I follow "Dashboard"
Then I should see "Show more" in the "Recently accessed items" "block"
Then I should see "Show more items" in the "Recently accessed items" "block"
And I should not see "Test forum name" in the "Recently accessed items" "block"
And I follow "Show more..."
And I click on "Show more items" "button" in the "Recently accessed items" "block"
And I should see "Test forum name" in the "Recently accessed items" "block"
And I turn editing mode on
And I configure the "Recently accessed items" block
And I set the following fields to these values:
| Region | content |
And I press "Save changes"
And I turn editing mode off
And I should not see "Show more" in the "Recently accessed items" "block"
And I should not see "Show more items" in the "Recently accessed items" "block"

0 comments on commit b2ea2f8

Please sign in to comment.