From 6d238ce4680522a7bde98b2a599c6d6810b9d741 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 18 Apr 2023 10:52:55 +0200 Subject: [PATCH] MOBILE-4203 behat: Remove temporary capability override --- src/core/features/user/tests/behat/basic_usage.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/features/user/tests/behat/basic_usage.feature b/src/core/features/user/tests/behat/basic_usage.feature index 3660b07e8..01b1f25d3 100755 --- a/src/core/features/user/tests/behat/basic_usage.feature +++ b/src/core/features/user/tests/behat/basic_usage.feature @@ -75,10 +75,6 @@ Feature: Test basic usage of user features | user | course | role | | student1 | C1 | student | | student2 | C1 | student | - # @todo MDL-77468 This capability override is needed until the issue is integrated. - And the following "permission overrides" exist: - | capability | permission | role | contextlevel | reference | - | moodle/user:viewalldetails | Allow | student | Course | C1 | And I entered the course "Course 1" as "student1" in the app When I press "Participants" in the app And I press "Student Student" in the app