summaryrefslogtreecommitdiff
path: root/tests/browser/features/file.feature
blob: 35a6675d8d0efe35caffc0676988f015f538a0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
Feature: File

 Scenario: Anonymous goes to file that does not exist
   Given I am at file that does not exist
   Then page should show that no such file exists

 @login
 Scenario: Logged-in user goes to file that does not exist
   Given I am logged in
     And I am at file that does not exist
   Then page should show that no such file exists