stronk7

Untitled

Sep 14th, 2022
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. diff --git a/course/format/singleactivity/tests/behat/activity_navigation.feature b/course/format/singleactivity/tests/behat/activity_navigation.feature
  2. index 7d3aed1dcff..58eed15d8b9 100644
  3. --- a/course/format/singleactivity/tests/behat/activity_navigation.feature
  4. +++ b/course/format/singleactivity/tests/behat/activity_navigation.feature
  5. @@ -65,3 +65,8 @@ Feature: Activity navigation in a single activity course
  6. Then "#prev-activity-link" "css_element" should not exist
  7. And "#next-activity-link" "css_element" should not exist
  8. And "Jump to..." "field" should not exist
  9. +
  10. + Scenario: The activity navigation asks for login to guest user
  11. + Given I log in as "guest"
  12. + When I am on "Course 1" course homepage
  13. + Then I should see "Is this your first time here"
Advertisement
Add Comment
Please, Sign In to add comment