From 9bb5581f4becafb00d971e8e70f1560b4877300c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20D=C3=A9niz?= Date: Thu, 8 Jun 2023 18:46:52 +0100 Subject: [PATCH] MDL-78415 lang: Fix typo in Behat tests --- .../myoverview/tests/behat/block_myoverview_zerostate.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/myoverview/tests/behat/block_myoverview_zerostate.feature b/blocks/myoverview/tests/behat/block_myoverview_zerostate.feature index dc9e90e064a..4eda8ae1778 100644 --- a/blocks/myoverview/tests/behat/block_myoverview_zerostate.feature +++ b/blocks/myoverview/tests/behat/block_myoverview_zerostate.feature @@ -16,7 +16,7 @@ Feature: Zero state on my overview block Scenario: Users with no permissions don't see any CTA Given I am on the "My courses" page logged in as "user" When I should see "You're not enrolled in any course" - Then I should see "Once you\'re enrolled in a course, it will appear here." + Then I should see "Once you're enrolled in a course, it will appear here." And I should not see "Create course" And I should not see "Request a course" @@ -47,7 +47,7 @@ Feature: Zero state on my overview block | shortname | C1 | When I am on the "My courses" page logged in as "manager" Then I should see "You're not enrolled in any course" - Then I should see "Once you\'re enrolled in a course, it will appear here." + Then I should see "Once you're enrolled in a course, it will appear here." And "Manage courses" "button" should exist And "Create course" "button" should exist And I click on "Create course" "button"