Skip to content

Commit e21d91e

Browse files
committed
Make spec not count the number of links in Sotechsha
1 parent bbe3fbe commit e21d91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/sotechsha_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
describe "GET /sotechsha" do
1717
scenario "SoTechSha link should be rendered" do
1818
visit "/sotechsha"
19-
expect(page).to have_selector "a[href]", count: 24
19+
expect(page).to have_selector "a[href]"
2020
# topimg,snsbtn
2121
expect(page).to have_selector "img", count: 2
2222
end

0 commit comments

Comments
 (0)