From 7fc577c7b1fd390917207b60e89ae88133460b27 Mon Sep 17 00:00:00 2001 From: Charles Fulton Date: Tue, 8 Oct 2024 09:43:14 -0400 Subject: [PATCH] Spaces --- tests/behat/manager.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/behat/manager.feature b/tests/behat/manager.feature index 8a2c692..2e1ca40 100644 --- a/tests/behat/manager.feature +++ b/tests/behat/manager.feature @@ -39,7 +39,7 @@ Feature: An admin can manage RSS feeds sitewide And I set the following fields to these values: | config_block_rss_client_show_channel_link | Yes | And I press "Save changes" - And I should see "Source site..." + And I should see "Source site..." Given I am on "Grimm's Dictionary" course homepage And I add the "RSS feeds..." block And I set the following fields to these values: @@ -48,7 +48,7 @@ Feature: An admin can manage RSS feeds sitewide | config_block_rss_client_show_channel_link | Yes | When I press "Save changes" Then I should see "News from Moodle" - And I should see "Source site..." + And I should see "Source site..." And I log out Given I log in as "admin" And I navigate to "Reports > Manage all RSS feeds" in site administration @@ -62,7 +62,7 @@ Feature: An admin can manage RSS feeds sitewide But I should not see "Jacob Grimm" When I am on "Grimm's Fairy Tales" course homepage Then I should see "News from Moodle" - And I should not see "Source site..." + And I should not see "Source site..." When I am on "Grimm's Dictionary" course homepage Then I should see "News from Moodle" - And I should not see "Source site..." + And I should not see "Source site..."