2d3b70858f313e8f73df3175a22a00b06000c489
[lhc/web/wiklou.git] / tests / browser / features / file.feature
1 #
2 # This file is subject to the license terms in the LICENSE file found in the
3 # qa-browsertests top-level directory and at
4 # https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of
5 # qa-browsertests, including this file, may be copied, modified, propagated, or
6 # distributed except according to the terms contained in the LICENSE file.
7 #
8 # Copyright 2012-2014 by the Mediawiki developers. See the CREDITS file in the
9 # qa-browsertests top-level directory and at
10 # https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS
11 #
12 @chrome @en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs @test2.wikipedia.org
13 Feature: File
14
15 Scenario: Anonymous goes to file that does not exist
16 Given I am at file that does not exist
17 Then page should show that no such file exists
18
19 @login
20 Scenario: Logged-in user goes to file that does not exist
21 Given I am logged in
22 And I am at file that does not exist
23 Then page should show that no such file exists