From 2eea1e66aaeed16db7f8aa5ca19bb379a19ae89e Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Thu, 23 Jan 2025 07:26:16 +0800 Subject: [PATCH] MDL-84101 behat: add step to save changes Signed-off-by: Simey Lameze --- .../tests/behat/message_manage_notification_preferences.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/message/tests/behat/message_manage_notification_preferences.feature b/message/tests/behat/message_manage_notification_preferences.feature index 3234b4bc587..0115aed9600 100644 --- a/message/tests/behat/message_manage_notification_preferences.feature +++ b/message/tests/behat/message_manage_notification_preferences.feature @@ -221,6 +221,7 @@ Feature: Manage notification preferences - Email Then I should see "Subscribed forum posts" And I navigate to "Messaging > Notification settings" in site administration And I click on "Subscribed forum posts" "checkbox" + And I click on "Save changes" "button" And I follow "Preferences" in the user menu And I click on "Notification preferences" "link" in the "#page-content" "css_element" And I should not see "Subscribed forum posts"