forgot to cleanup the last patch

This commit is contained in:
Reinier Balt 2010-07-29 18:08:41 +02:00
parent c9be43b2c8
commit bb23a4acba
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<div class="list-stategroup-contexts-container" id="<%= state %>-contexts-container">
<div class="list-stategroup-contexts-container">
<h2><span id="<%= state %>-contexts-count" class="badge"><%= context_state_group.length %></span><%= state.titlecase %> Contexts</h2>
<div id="<%= state%>-contexts-empty-nd" style="<%= no_contexts ? 'display:block' : 'display:none'%>">
<div class="message"><p>Currently there are no <%= state %> contexts</p></div>

View file

@ -49,7 +49,7 @@ Feature: Manage contexts
And he should see that a context named "@ipad" is present
And the badge should show 1
@selenium, @wip
@selenium
Scenario: Add new context
Given I have the following contexts
| name | hide |
@ -59,7 +59,7 @@ Feature: Manage contexts
And I add a new context "@phone"
Then I should see the context "@phone" under "active"
@selenium, @wip
@selenium
Scenario: Add new hidden context
Given I have the following contexts
| name | hide |