AutorÃa | Ultima modificación | Ver Log |
@javascript @theme_boostFeature: Administration nav tabsScenario: See last opened tab in site admin when returning to the pageGiven I log in as "admin"And I am on site homepageAnd I click on "Site administration" "link"And I click on "Users" "link"And I click on "Browse list of users" "link"And I should see "Add a new user"When I press the "back" button in the browserThen I should see "Cohorts"Scenario: Navigate back to specific tab after searchGiven I log in as "admin"And I am on site homepageAnd I click on "Site administration" "link"And I set the field "Search" to "assignment"And I press "Search"# I should be redirected to the site admin tab with the complete list under it.# Testing the existence of at least one of the options in the node is sufficient.When I select "Users" from secondary navigationThen I should see "Browse list of users"