Special case opus mime detction
[mediawiki.git] / tests / browser / features / file.feature
blob0b59c88a4be9c757958cb1d9aa03e1a91e56e7c0
1 @chrome @firefox @vagrant
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  Scenario: Logged-in user goes to file that does not exist
9    Given I am logged in
10      And I am at file that does not exist
11    Then page should show that no such file exists