Remove Profiler::isStub()
[mediawiki.git] / tests / browser / features / file.feature
blob0bd36ed66764d844960d4374d42a6389062eca04
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.
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
12 @chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
13 Feature: File
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
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