Files
moodle/theme/boost/tests/behat/settingstabs.feature
T
Andrew Nicols 7afd16ad84 MDL-66109 behat: Require newline at EOF
This change enables the gherkinlint rule to require a new line at the
end of the file. This change is in keeping with existing Moodle coding
style guidelines.
2020-05-11 11:07:49 +08:00

14 lines
494 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"