Skip to content

Commit

Permalink
MDL-44070 core_completion: Removed unwanted tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja committed Apr 10, 2014
1 parent 5582fe4 commit 0adadbf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions availability/tests/behat/edit_availability.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_availability @wip
@core @core_availability
Feature: edit_availability
In order to control which students can see activities
As a teacher
Expand All @@ -17,14 +17,6 @@ Feature: edit_availability
| teacher1 | C1 | editingteacher |
| student1 | C1 | student |

# This scenario does not need JavaScript, but I have added the tag because
# after today's composer/package update, I get this error:
# Notice: Undefined index: host in
# [...]\vendor\symfony\browser-kit\Symfony\Component\BrowserKit\CookieJar.php
# line 217
# Adding @javascript here causes it not to use whatever they just broke, and
# it then works again.
@javascript
Scenario: Confirm the 'enable availability' option is working
When I log in as "teacher1"
And I follow "Course 1"
Expand Down

0 comments on commit 0adadbf

Please sign in to comment.