Skip to content

Commit 42d1a5d

Browse files
committed
Behat: Fix test
1 parent 2f5607f commit 42d1a5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/behat/features/toolLp.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Feature: LP tool
6464
# Then I should not see an icon with title "Export to PDF"
6565

6666
Scenario: LP exists and LP category exists
67-
Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list"
67+
Given I am on course "TEMP" homepage
68+
And I follow "Learning path"
6869
Then I should see "LP 1"
6970
And I should see "LP category 1"
7071

0 commit comments

Comments
 (0)