From 333cb91fbffca434053bca90b29eb644313fc84f Mon Sep 17 00:00:00 2001 From: David Monllao Date: Tue, 12 Feb 2013 14:06:51 +0800 Subject: [PATCH] MDL-37750 behat: Removing (now) collapsed elements --- course/tests/behat/add_activities.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/course/tests/behat/add_activities.feature b/course/tests/behat/add_activities.feature index 75eba570041..675bcb78135 100644 --- a/course/tests/behat/add_activities.feature +++ b/course/tests/behat/add_activities.feature @@ -25,14 +25,12 @@ Feature: Add activities to courses | Introduction | Test database description | | Required entries | 9 | | Comments | Yes | - | ID number | ASD123 | Then I should not see "Adding a new" And I follow "Test name" And I follow "Edit settings" And the "Name" field should match "Test name" value And the "Required entries" field should match "9" value And the "Comments" field should match "Yes" value - And the "ID number" field should match "ASD123" value @javascript Scenario: Add an activity without the required fields