MDL-59860 core_calendar: temp remove behat test

This commit is contained in:
Simey Lameze 2017-08-24 08:42:53 +08:00
parent 8839739680
commit 81e736be5d

View File

@ -125,29 +125,3 @@ Feature: Perform basic calendar functionality
And I press "Save"
Then I should see "Mediocre event"
@javascript
Scenario: Module events editing
Given I log in as "admin"
And I am on "Course 1" course homepage with editing mode on
And the following "activities" exist:
| activity | course | idnumber | name | intro | timeopen | timeclose |
| choice | C1 | choice1 | Test choice 1 | Test choice description | ##yesterday## | ##tomorrow## |
When I follow "This month"
Then I should see "Choice Test choice 1 open"
And I should see "Choice Test choice 1 close"
When I click on "Choice Test choice 1 open" "link"
Then "Delete" "button" should not exist
And I should see "Open event"
And "Edit" "button" should exist
When I click on "Edit" "button"
And I wait to be redirected
Then I should see "Updating: Choice"
And I am on "Course 1" course homepage
And I follow "This month"
When I click on "Choice Test choice 1 close" "link"
Then "Delete" "button" should not exist
And I should see "Close event"
And "Edit" "button" should exist
When I click on "Edit" "button"
And I wait to be redirected
Then I should see "Updating: Choice"