Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / tests / browser / features / file.feature
1 @chrome @firefox @vagrant
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 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