You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
492 B

@javascript @theme_ilb
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"