From 98419ad77aa377fa054c11d97ea684c7b8add79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20D=C3=A9niz?= Date: Wed, 20 Sep 2023 07:34:43 +0100 Subject: [PATCH] MDL-79323 lang: Fix Behat tests regressions after merging en_fix strings --- contentbank/tests/behat/delete_content.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contentbank/tests/behat/delete_content.feature b/contentbank/tests/behat/delete_content.feature index 2e639898f4304..5a2a801c697ca 100644 --- a/contentbank/tests/behat/delete_content.feature +++ b/contentbank/tests/behat/delete_content.feature @@ -43,7 +43,7 @@ Feature: Delete H5P file from the content bank And I click on "Delete" "link" in the ".cb-toolbar-container" "css_element" And I click on "Delete" "button" in the "Delete content" "dialogue" And I wait until the page is ready - And I should see "The content has been deleted." + And I should see "Content deleted." And I should not see "content2delete.h5p" Scenario: Users without the required capability can only delete their own content @@ -94,5 +94,5 @@ Feature: Delete H5P file from the content bank Then I should see "Are you sure you want to delete the content 'content2delete.h5p'" And I should see "The content will only be deleted from the content bank" And I click on "Delete" "button" in the "Delete content" "dialogue" - And I should see "The content has been deleted." + And I should see "Content deleted." And I should not see "content2delete.h5p"