7afd16ad84
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.
14 lines
494 B
Gherkin
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"
|