mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 23:41:48 +01:00
fix #1101. Most strings were pushed into html attributes. The remaining are generated from the layout into an array
This commit is contained in:
parent
e528af30a6
commit
f2760ed7de
21 changed files with 147 additions and 76 deletions
|
|
@ -12,8 +12,13 @@ Feature: Edit a next action from every page
|
|||
Scenario: I can toggle the star of a todo
|
||||
Given this is a pending scenario
|
||||
|
||||
@selenium @wip
|
||||
Scenario: I can delete a todo
|
||||
Given this is a pending scenario
|
||||
Given I have a todo with description "delete me" in the context "@home"
|
||||
When I go to the home page
|
||||
Then I should see "delete me"
|
||||
And I delete the todo
|
||||
Then I should not see "delete me"
|
||||
|
||||
Scenario: Removing the last todo in context will hide context # delete, edit
|
||||
Given this is a pending scenario
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue