From ea2b511d9ad8640b726f834b57fe723722faf640 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Fri, 7 Nov 2014 13:43:19 +0800 Subject: [PATCH] MDL-48035 mod_forum: Reverted string change in step to keep correct functionality --- mod/forum/tests/behat/discussion_subscriptions.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/forum/tests/behat/discussion_subscriptions.feature b/mod/forum/tests/behat/discussion_subscriptions.feature index 91283209f66..8fc5c13da8c 100644 --- a/mod/forum/tests/behat/discussion_subscriptions.feature +++ b/mod/forum/tests/behat/discussion_subscriptions.feature @@ -218,7 +218,7 @@ Feature: A user can control their own subscription preferences for a discussion And I reply "Test post subject one" post from "Test forum name" forum with: | Subject | Reply 1 to discussion 1 | | Message | Discussion contents 1, second message | - | Discussion subscription | I don't want to be notified of new posts in this discussion | + | Discussion subscription | Send me notifications of new posts in this discussion | And I reply "Test post subject two" post from "Test forum name" forum with: | Subject | Reply 1 to discussion 1 | | Message | Discussion contents 1, second message | @@ -228,7 +228,7 @@ Feature: A user can control their own subscription preferences for a discussion And "You are not subscribed to this discussion. Click to subscribe." "link" should exist in the "Test post subject two" "table_row" And I follow "Test post subject one" And I follow "Reply" - And the field "Discussion subscription" matches value "I don't want to be notified of new posts in this discussion" + And the field "Discussion subscription" matches value "Send me notifications of new posts in this discussion" And I follow "Test forum name" And I follow "Test post subject two" And I follow "Reply" @@ -254,7 +254,7 @@ Feature: A user can control their own subscription preferences for a discussion And I reply "Test post subject one" post from "Test forum name" forum with: | Subject | Reply 1 to discussion 1 | | Message | Discussion contents 1, second message | - | Discussion subscription | I don't want to be notified of new posts in this discussion | + | Discussion subscription | Send me notifications of new posts in this discussion | And I reply "Test post subject two" post from "Test forum name" forum with: | Subject | Reply 1 to discussion 1 | | Message | Discussion contents 1, second message | @@ -264,7 +264,7 @@ Feature: A user can control their own subscription preferences for a discussion And "You are not subscribed to this discussion. Click to subscribe." "link" should exist in the "Test post subject two" "table_row" And I follow "Test post subject one" And I follow "Reply" - And the field "Discussion subscription" matches value "I don't want to be notified of new posts in this discussion" + And the field "Discussion subscription" matches value "Send me notifications of new posts in this discussion" And I follow "Test forum name" And I follow "Test post subject two" And I follow "Reply" -- 2.11.4.GIT