Skip to content

Commit

Permalink
Update actions.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton committed Dec 16, 2024
1 parent 8a20343 commit 719007d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions tests/behat/actions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,21 @@ Feature: Check if all the different type of actions of the mass actions block wo
When I click on "Enable bulk editing" "button"
And I click on "Test Activity5" "checkbox"
And I click on "Hide" "button" in the "Mass Actions" "block"
And "Test Activity5" activity should be hidden
And I log out
When I log in as "student1"
And I am on "Test course" course homepage
Then "Test Activity1" activity should be hidden
And "Test Activity4" activity should be hidden
And "Test Activity5" activity should be hidden
When I click on "Test Activity1" "link" in the "Recent activity" "block"
Then I should see "Test Activity1"
And I log out
When I log in as "student1"
And I am on "Test course" course homepage
And I click on "Test Activity4" "link" in the "Recent activity" "block"
And I should see "Test Activity1"
When I click on "TC" "link"
And I should see "Test Activity4" in the "Recent activity" "block"
When I click on "Test Activity4" "link" in the "Recent activity" "block"
Then I should see "Test Activity4"
And I log out
When I log in as "student1"
And I am on "Test course" course homepage
Then I should not see "Test Activity5" "link" in the "Recent activity" "block"
When I click on "TC" "link"
And I should not see "Test Activity5" in the "Recent activity" "block"

@javascript
Scenario: Check if mass action 'move to section' works
Expand Down

0 comments on commit 719007d

Please sign in to comment.