Skip to content

Commit

Permalink
Fix failed tests to count links #972
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Sep 30, 2020
1 parent e1d668d commit 5aa46f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/features/sotechsha2_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
visit "/sotechsha2"
expect(page).to have_selector "a[href]"
# topimg,snsbtn
expect(page).to have_selector "img", count: 4
expect(page).to have_selector "img", count: 5
end
end

Expand Down
2 changes: 1 addition & 1 deletion spec/features/sotechsha_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
visit "/sotechsha"
expect(page).to have_selector "a[href]"
# topimg,snsbtn
expect(page).to have_selector "img", count: 4
expect(page).to have_selector "img", count: 5
end
end

Expand Down

0 comments on commit 5aa46f9

Please sign in to comment.