@en.wikipedia.beta.wmflabs.org @firefox @login @make_selectable_line @test2.wikipedia.org Feature: VisualEditor general text markup features 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 | '''This is a new line''' | | Computer Code | This is a new line | | Italics | ''This is a new line'' | | Strikethrough | This is a new line | | Subscript | This is a new line | | Superscript | This is a new line | | Underline | This is a new line |