From 3f8b7c824679f3852a57d13c38d2d4a00e5ff61f Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 15 Apr 2019 14:59:10 +0200 Subject: [PATCH] Minor - Fix behat test --- tests/behat/features/toolLp.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/behat/features/toolLp.feature b/tests/behat/features/toolLp.feature index 40da7e7898..7c3aa738c5 100644 --- a/tests/behat/features/toolLp.feature +++ b/tests/behat/features/toolLp.feature @@ -64,7 +64,8 @@ Feature: LP tool # Then I should not see an icon with title "Export to PDF" Scenario: LP exists and LP category exists - Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list&isStudentView=false" + Given I am on course "TEMP" homepage + And I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list&isStudentView=false" Then I should see "LP 1" And I should see "LP category 1"