Minor - Fix behat test

pull/3173/head
Julio Montoya 7 years ago
parent 1f303558dd
commit 37b0420b57
  1. 3
      tests/behat/features/toolLp.feature

@ -50,7 +50,8 @@ Feature: LP tool
And I should see "Exercise 1"
Scenario: Delete a LP category
Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list"
Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list&isStudentView=false"
And wait for the page to be loaded
Then I should see "LP category 1"
And I follow "Delete"
Then I should not see "LP category 1"

Loading…
Cancel
Save