From 42d1a5d85a69300bcb3e47ad2d1e47aceb376c98 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 24 Apr 2020 08:06:42 +0200 Subject: [PATCH] Behat: Fix 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 0e35d84460..8401c239c9 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" + Given I am on course "TEMP" homepage + And I follow "Learning path" Then I should see "LP 1" And I should see "LP category 1"