jenkins-bot has submitted this change and it was merged. Change subject: QA: Mark KeepGoing tests as WIP ......................................................................
QA: Mark KeepGoing tests as WIP KeepGoing is not enabled everywhere and is still being A/B tested, so the tests will fail 50% of the time. Let's leave this @wip until the feature is on 100% of the time. Removed target envs for now Change-Id: I41708df4cb6d8467214152ff2c41e871fbac2ca9 --- M tests/browser/features/keepgoing.feature 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/browser/features/keepgoing.feature b/tests/browser/features/keepgoing.feature index 8ca332a..1542181 100644 --- a/tests/browser/features/keepgoing.feature +++ b/tests/browser/features/keepgoing.feature @@ -1,6 +1,7 @@ [email protected] @test2.m.wikipedia.org + Feature: Encourage new users to Keep Going + @wip Scenario: I see a KeepGoing message after completing my edit Given I am in beta mode And I have just registered a new account @@ -11,6 +12,7 @@ And I click submit Then I see the KeepGoing drawer prompting me to continue editing + @wip Scenario: I see a KeepGoing message after completing my VisualEditor edit Given I am in alpha mode And I have just registered a new account -- To view, visit https://gerrit.wikimedia.org/r/113296 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I41708df4cb6d8467214152ff2c41e871fbac2ca9 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Awjrichards <[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
