@chrome @en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @login @safari @test2.wikipedia.org Feature: VisualEditor general text markup features Background: Given I go to the "General Markup VisualEditor Test" page with content "General Markup VisualEditor Test" And I make the text "General Markup VisualEditor Test" be selected Scenario Outline: VisualEditor general markup When I click the text style menu And I click the menu option And I click Save page And I click Review your changes Then should appear in the diff view And I can click the X on the save box Examples: | type_of_markup | expected_markup_text | | Bold | '''General Markup VisualEditor Test''' | | Computer Code | General Markup VisualEditor Test | | Italics | ''General Markup VisualEditor Test'' | | Strikethrough | General Markup VisualEditor Test | | Subscript | General Markup VisualEditor Test | | Superscript | General Markup VisualEditor Test | | Underline | General Markup VisualEditor Test |