From 114f3bb75700e02bc77a2cdb597b143b5149ceb1 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 15 Apr 2019 15:52:00 +0200 Subject: [PATCH] Minor - Fix behat test --- tests/behat/features/toolLp.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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