Cmcmahon has submitted this change and it was merged. Change subject: don't run VE test on any IE version ......................................................................
don't run VE test on any IE version Change-Id: Ic522e1a5dee9cbc37e95cfcc70a84131e3892ef2 --- M features/visual_editor_links.feature M features/visual_editor_logged_in.feature M features/visual_editor_references.feature M features/visual_editor_transclusion.feature 4 files changed, 6 insertions(+), 6 deletions(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/features/visual_editor_links.feature b/features/visual_editor_links.feature index 74a1fbc..654ee44 100644 --- a/features/visual_editor_links.feature +++ b/features/visual_editor_links.feature @@ -1,4 +1,4 @@ [email protected] @login +@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @test2.wikipedia.org @login Feature: VisualEditor Links Background: @@ -14,4 +14,4 @@ And I click < to close Link User Interface And I click Save page And I click Review your changes - Then an external link appears in the diff view \ No newline at end of file + Then an external link appears in the diff view diff --git a/features/visual_editor_logged_in.feature b/features/visual_editor_logged_in.feature index 6f75c59..7867a41 100644 --- a/features/visual_editor_logged_in.feature +++ b/features/visual_editor_logged_in.feature @@ -1,4 +1,4 @@ -@ie6-bug @ie7-bug @ie8-bug @test2.wikipedia.org +@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @test2.wikipedia.org Feature: VisualEditor @login diff --git a/features/visual_editor_references.feature b/features/visual_editor_references.feature index c0205f8..200a38a 100644 --- a/features/visual_editor_references.feature +++ b/features/visual_editor_references.feature @@ -1,4 +1,4 @@ -@ie6-bug @ie7-bug @ie8-bug @test2.wikipedia.org @login +@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @test2.wikipedia.org @login Feature: VisualEditor References Background: @@ -11,4 +11,4 @@ Given I can see the References User Interface When I enter THIS IS CONTENT into Content box And I click Insert reference - Then link to references dialog should be visible \ No newline at end of file + Then link to references dialog should be visible diff --git a/features/visual_editor_transclusion.feature b/features/visual_editor_transclusion.feature index 483fa05..a4e4c14 100644 --- a/features/visual_editor_transclusion.feature +++ b/features/visual_editor_transclusion.feature @@ -1,4 +1,4 @@ -@ie6-bug @ie7-bug @ie8-bug @test2.wikipedia.org @login +@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @test2.wikipedia.org @login Feature: VisualEditor Transclusion Background: -- To view, visit https://gerrit.wikimedia.org/r/76536 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic522e1a5dee9cbc37e95cfcc70a84131e3892ef2 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
