Enable Behat test to delete session - refs BT#12930

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent f886f42b06
commit 99d1738705
  1. 14
      tests/behat/features/session.feature

@ -44,13 +44,13 @@ Feature: Session tool
Then I should see "Temp Session" Then I should see "Temp Session"
And I should see "Description for Temp Session" And I should see "Description for Temp Session"
# Scenario: Delete session Scenario: Delete session
# Given I am on "/main/session/session_list.php?keyword=Temp+session" Given I am on "/main/session/session_list.php?keyword=Temp+session"
# And wait for the page to be loaded And wait for the page to be loaded
# And I follow "Delete" And I follow "Delete"
# And I confirm the popup And I confirm the popup
# Then I should see "Deleted" Then I should see "Deleted"
#
Scenario: Delete session category Scenario: Delete session category
Given I am on "/main/session/session_category_list.php" Given I am on "/main/session/session_category_list.php"
And I follow "Delete" And I follow "Delete"

Loading…
Cancel
Save