mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
test for tags prepop
This commit is contained in:
parent
51b44a9ec9
commit
883296e70e
1 changed files with 7 additions and 1 deletions
|
|
@ -75,4 +75,10 @@ Feature: Tagging todos
|
|||
Then the tag field in the new todo form should be "tests"
|
||||
# and the tag field should be prefilled after submitting a new todo
|
||||
When I submit a new action with description "are my tags prefilled"
|
||||
Then the tags of "are my tags prefilled" should be "tests"
|
||||
Then the tags of "are my tags prefilled" should be "tests"
|
||||
|
||||
@selenium
|
||||
Scenario: If there are todos for a tag, when viewing the tag's page, the Tags field for new todos should be defaulted to that tag
|
||||
Given I have a todo "migrate old scripts" in context "@pc" with tags "starred"
|
||||
When I go to the tag page for "starred"
|
||||
Then the tag field in the new todo form should be "starred"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue