mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #69 from maddentim/fixes
Fix for #1241 and fix for #1217. Thanks Tim!
This commit is contained in:
commit
1a6027df71
2 changed files with 12 additions and 2 deletions
|
@ -76,3 +76,9 @@ Feature: Tagging todos
|
|||
# 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"
|
||||
|
||||
@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"
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
float:right;
|
||||
}
|
||||
|
||||
div.depends_on {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
div.depends_on label {
|
||||
float: left;
|
||||
}
|
||||
|
@ -361,7 +365,7 @@ div#input_box {
|
|||
}
|
||||
|
||||
.selected_predecessors {
|
||||
clear:right;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
form.new_todo_form ul.predecessor_list,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue