Cleanup Cucumber tags in Selenium tests
[lhc/web/wiklou.git] / tests / browser / features / edit_page.feature
index 8c089ad..ade6914 100644 (file)
@@ -1,9 +1,11 @@
-@chrome @clean @en.wikipedia.beta.wmflabs.org @firefox @login @phantomjs @test2.wikipedia.org
+@chrome @firefox @vagrant
 Feature: Edit Page
 
   Scenario: Create and edit page
     Given I go to the "Editing Test Page" page with content "This is a page to test editing"
     When I click Edit
       And I edit the page with "Edited and a random string"
+      And I click Preview
+      And I click Show Changes
       And I save the edit
     Then the edited page content should contain "Edited and a random string"