diff --git a/lms/djangoapps/courseware/features/high-level-tabs.feature b/lms/djangoapps/courseware/features/high-level-tabs.feature index c60ec7b374..adbe5ec8a3 100644 --- a/lms/djangoapps/courseware/features/high-level-tabs.feature +++ b/lms/djangoapps/courseware/features/high-level-tabs.feature @@ -8,10 +8,7 @@ Scenario: I can navigate to all high - level tabs in a course And The course "6.002x" has extra tab "Custom Tab" And I am logged in And I click on View Courseware - When I click on the "" tab - Then the page title should contain "" - - Examples: + When I click on the tabs then the page title should contain the following titles: | TabName | PageTitle | | Courseware | 6.002x Courseware | | Course Info | 6.002x Course Info |