AutorÃa | Ultima modificación | Ver Log |
@core @core_user @javascriptFeature: Verify the breadcrumbs in users account and cohort site administration pagesWhenever I navigate to pages under users tab in site administrationAs an adminThe breadcrumbs should be visibleBackground:Given I log in as "admin"@core @core_userScenario: Verify the breadcrumbs in users tab as an adminGiven I navigate to "Users > Accounts > Add a new user" in site administrationAnd "Add a new user" "text" should exist in the ".breadcrumb" "css_element"And "Accounts" "link" should exist in the ".breadcrumb" "css_element"And I navigate to "Users > Accounts > Cohorts" in site administrationAnd "Cohorts" "text" should exist in the ".breadcrumb" "css_element"And "Accounts" "link" should exist in the ".breadcrumb" "css_element"When I click on "All cohorts" "link"Then "All cohorts" "text" should exist in the ".breadcrumb" "css_element"And "Cohorts" "link" should exist in the ".breadcrumb" "css_element"And "Accounts" "link" should exist in the ".breadcrumb" "css_element"And I click on "Add new cohort" "link"And "Add new cohort" "text" should exist in the ".breadcrumb" "css_element"And "Cohorts" "link" should exist in the ".breadcrumb" "css_element"And "Accounts" "link" should exist in the ".breadcrumb" "css_element"And I click on "Upload cohorts" "link"And "Upload cohorts" "text" should exist in the ".breadcrumb" "css_element"And "Cohorts" "link" should exist in the ".breadcrumb" "css_element"And "Accounts" "link" should exist in the ".breadcrumb" "css_element"