diff --git a/tests/behat/features/toolLp.feature b/tests/behat/features/toolLp.feature index 7c3aa738c5..0c895a2003 100644 --- a/tests/behat/features/toolLp.feature +++ b/tests/behat/features/toolLp.feature @@ -65,18 +65,18 @@ Feature: LP tool 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&action=list&isStudentView=false" + And I am on "/main/lp/lp_controller.php?cidReq=TEMP" Then I should see "LP 1" And I should see "LP category 1" Scenario: Delete a LP - Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list&isStudentView=false" + Given I am on "/main/lp/lp_controller.php?cidReq=TEMP" And I follow "Delete" And I confirm the popup Then I should not see "LP 1" Scenario: Delete a LP category - Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list&isStudentView=false" + Given I am on "/main/lp/lp_controller.php?cidReq=TEMP" Then I should see "LP category 1" And I follow "Delete" Then I should see "Deleted" \ No newline at end of file