Guest User

Untitled

a guest
May 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Scenario: Viewing enrolled courses on the course index page when a course I have enrolled in is no longer published
  2. GivenScenario Enrolling in a course
  3. Given a course with the title "Flipping Houses 102"
  4. And the course with the title "Flipping Houses 102" was published on "01/01/2000"
  5. And a course with the title "Flipping Houses 103"
  6. And I am on the courses index page
  7. When I click "Flipping Houses 102"
  8. And I click "Start"
  9. When I am on the courses index page
  10. Then I should not see "Flipping Houses 102" under "enrolled_courses"
  11. And I should not see "Flipping Houses 103" under "enrolled_courses"
Add Comment
Please, Sign In to add comment