From 487aeb5fbfa182cdfc88d66fe2d44e9615069211 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 10 Jun 2021 20:32:50 +0200 Subject: [PATCH] CoursesCategory: Fix test --- tests/behat/features/courseCategory.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/courseCategory.feature b/tests/behat/features/courseCategory.feature index f8e3674ded..1ad24d2b27 100644 --- a/tests/behat/features/courseCategory.feature +++ b/tests/behat/features/courseCategory.feature @@ -34,4 +34,4 @@ Feature: Course category Then I follow "Delete" Then confirm the popup And wait for the page to be loaded - Then I should see "There are no categories here" \ No newline at end of file + Then I should not see "Course category edited" \ No newline at end of file