From 78429cc7eff16acddc584c92899251706e3d652f Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Tue, 14 Apr 2015 11:57:47 +0800 Subject: [PATCH] MDL-45774 behat: Fixed button name to be pressed --- admin/tool/monitor/tests/behat/subscription.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/tool/monitor/tests/behat/subscription.feature b/admin/tool/monitor/tests/behat/subscription.feature index c8ffeaa4206ee..0e2541d92637f 100644 --- a/admin/tool/monitor/tests/behat/subscription.feature +++ b/admin/tool/monitor/tests/behat/subscription.feature @@ -103,7 +103,7 @@ Feature: tool_monitor_subscriptions And I follow "My preferences" in the user menu And I follow "Messaging" And I click on "input[name^=tool_monitor_notification_loggedin]" "css_element" - And I press "Update profile" + And I press "Save changes" And I follow "My preferences" in the user menu And I follow "Event monitoring" And I set the field "Select a course" to "Acceptance test site" @@ -122,7 +122,7 @@ Feature: tool_monitor_subscriptions And I follow "My preferences" in the user menu And I follow "Messaging" And I click on "input[name^=tool_monitor_notification_loggedin]" "css_element" - And I press "Update profile" + And I press "Save changes" And I follow "My preferences" in the user menu And I follow "Event monitoring" And I set the field "Select a course" to "Course 1"