Merge "Enforce MW_NO_SESSION, add MW_NO_SESSION_HANDLER"
[lhc/web/wiklou.git] / tests / browser / features / file.feature
1 @chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
2 Feature: File
3
4 Scenario: Anonymous goes to file that does not exist
5 Given I am at file that does not exist
6 Then page should show that no such file exists
7
8 @login
9 Scenario: Logged-in user goes to file that does not exist
10 Given I am logged in
11 And I am at file that does not exist
12 Then page should show that no such file exists