mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
5 lines
140 B
Text
5 lines
140 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
open "/projects/1"
|
|
click_and_wait "css=#note_1 .link_to_notes"
|
|
assert_element_present "note_1"
|