Minor - Fix behat test

pull/3173/head
Julio Montoya 7 years ago
parent f045c2105a
commit 3f8b7c8246
  1. 3
      tests/behat/features/toolLp.feature

@ -64,7 +64,8 @@ Feature: LP tool
# Then I should not see an icon with title "Export to PDF" # Then I should not see an icon with title "Export to PDF"
Scenario: LP exists and LP category exists 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" Then I should see "LP 1"
And I should see "LP category 1" And I should see "LP category 1"

Loading…
Cancel
Save