mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 00:34:19 +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
|
|
@ -72,9 +72,9 @@ Feature: Manage the list of projects
|
|||
Scenario: Hiding and unhiding the new project form
|
||||
When I go to the projects page
|
||||
Then the new project form should be visible
|
||||
When I follow "« Hide form"
|
||||
When I follow "Hide form"
|
||||
Then the new project form should not be visible
|
||||
When I follow "Create a new project »"
|
||||
When I follow "Create a new project"
|
||||
Then the new project form should be visible
|
||||
|
||||
@selenium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue