Files
moodle/theme/boost/tests/behat/settingstabs.feature
T
2019-08-06 08:54:23 +02:00

13 lines
493 B
Gherkin

@javascript @theme_boost
Feature: Administration nav tabs back
When returning to the Administration page I want to see my last opened tab
Scenario: See last opened tab in site admin
Given I log in as "admin"
And I am on site homepage
And 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 "New filter"
When I press the "back" button in the browser
Then I should see "Cohorts"