mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 00:36:33 +01:00
fix last test for deleting context
This commit is contained in:
parent
e52a8609c7
commit
4e9777dc88
2 changed files with 7 additions and 2 deletions
|
|
@ -27,6 +27,8 @@ Feature: Manage the list of contexts
|
|||
Given I have a context called "@computer"
|
||||
And I have a hidden context called "@ipad"
|
||||
When I go to the contexts page
|
||||
And I should see that the context container for active contexts is present
|
||||
And I should see that the context container for hidden contexts is present
|
||||
When I delete the context "@computer"
|
||||
Then I should see that a context named "@computer" is not present
|
||||
And I should see that the context container for active contexts is not present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue