mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
forgot to cleanup the last patch
This commit is contained in:
parent
c9be43b2c8
commit
bb23a4acba
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue