high-level-tabs.feature 792 Bytes
Newer Older
1
@shard_1
2
Feature: LMS.All the high level tabs should work
3 4 5 6
  In order to preview the courseware
  As a student
  I want to navigate through the high level tabs

Will Daly committed
7
Scenario: I can navigate to all high - level tabs in a course
8 9
        Given: I am registered for the course "6.002x"
        And The course "6.002x" has extra tab "Custom Tab"
10
        And I am logged in
11
        And I click on View Courseware
JonahStanley committed
12
        When I click on the tabs then the page title should contain the following titles:
13 14 15
        | TabName       | PageTitle             |
        | Courseware    | 6.002x Courseware     |
        | Course Info   | 6.002x Course Info    |
16 17
        | Custom Tab    | Custom Tab | 6.002x   |
        | Wiki          | Wiki | edX            |
18
        | Progress      | 6.002x Progress       |