mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 09:10:12 +01:00
Caught a couple of things that I had to fix plus a handful of broken tests. This is the first time in forever that we have a fully successful selenium suite.
8 lines
292 B
Text
8 lines
292 B
Text
page['default_project_name_id'].value = @project.name
|
|
page['todo_project_name'].value = @project.name
|
|
|
|
# renew project auto complete array
|
|
page << "var projectNames = #{project_names_for_autocomplete};"
|
|
|
|
status_message = "Name of project was changed"
|
|
page.notify :notice, status_message, 5.0
|