Skip to content

Commit

Permalink
MDL-79323 lang: Fix Behat tests regressions after merging en_fix strings
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdef committed Sep 20, 2023
1 parent 537d920 commit 51990e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contentbank/tests/behat/delete_content.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 51990e9

Please sign in to comment.