Commit 16b7609ededc1824a8c3cf1455f7780ece7682da
1 parent
73a5446e
Exists in
master
and in
28 other branches
Fix community track tests
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
plugins/community_track/test/functional/community_track_plugin_content_viewer_controller_test.rb
@@ -45,7 +45,7 @@ class ContentViewerControllerTest < ActionController::TestCase | @@ -45,7 +45,7 @@ class ContentViewerControllerTest < ActionController::TestCase | ||
45 | 45 | ||
46 | should 'display steps for tracks' do | 46 | should 'display steps for tracks' do |
47 | get :view_page, @track.url | 47 | get :view_page, @track.url |
48 | - assert_tag :tag => 'ul', :attributes => { :id => 'sortable' }, :descendant => {:tag => 'li', :attributes => { :class => 'step' } } | 48 | + assert_tag :tag => 'ul', :attributes => { :id => 'sortable' }, :descendant => {:tag => 'li', :attributes => { :class => 'step step_active' } } |
49 | end | 49 | end |
50 | 50 | ||
51 | should 'display hidden field with step id' do | 51 | should 'display hidden field with step id' do |
plugins/community_track/views/content_viewer/track.rhtml