|
|
|
|
@ -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" |
|
|
|
|
|
|
|
|
|
|