Minor - Fix behat test

pull/3173/head
Julio Montoya 7 years ago
parent 9bd6c1a77b
commit b71e1f4af6
  1. 5
      tests/behat/features/toolLp.feature

@ -48,6 +48,8 @@ Feature: LP tool
Then I should see "LP 1"
And I should see "Document 1"
And I should see "Exercise 1"
And I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list"
Then I should see "LP 1"
# Scenario: Check the PDF export in LP list if hide SCORM PDF link is false
# Given I am on "/main/admin/settings.php?category=Course"
@ -64,8 +66,7 @@ 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 course "TEMP" homepage
And I am on "/main/lp/lp_controller.php?cidReq=TEMP"
And I am on "/main/lp/lp_controller.php?cidReq=TEMP&id_session=0&gidReq=0&gradebook=0&origin="
Then I should see "LP 1"
And I should see "LP category 1"

Loading…
Cancel
Save