Cleanup Cucumber tags in Selenium tests
[lhc/web/wiklou.git] / tests / browser / features / file.feature
index 35a6675..0b59c88 100644 (file)
@@ -1,11 +1,10 @@
-@chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
+@chrome @firefox @vagrant
 Feature: File
 
  Scenario: Anonymous goes to file that does not exist
    Given I am at file that does not exist
    Then page should show that no such file exists
 
- @login
  Scenario: Logged-in user goes to file that does not exist
    Given I am logged in
      And I am at file that does not exist