More complete, more straightforward JobQueueMemoryTest
[mediawiki.git] / tests / browser / features / file.feature
blob35a6675d8d0efe35caffc0676988f015f538a0d0
1 @chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
2 Feature: File
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
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