Skip to content

Commit

Permalink
add screenshot for tags stats (publiclab#7202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzay-G authored and SidharthBansal committed Jan 11, 2020
1 parent 76e0764 commit e130807
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/system/screenshots_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ class ScreenshotsTest < ApplicationSystemTestCase
take_screenshot
end

test "tag stats" do
visit "/tag/#{node_tags(:awesome).name}/stats"
take_screenshot
end

test 'tag page' do
nodes(:activity).add_tag('pin:test', users(:bob)) # ensure a pinned note appears
visit '/tag/test'
Expand Down

0 comments on commit e130807

Please sign in to comment.