From 5aa46f9383f3aeffb8ab85f91f3f957bf3d22344 Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Wed, 30 Sep 2020 13:33:25 +0900 Subject: [PATCH] Fix failed tests to count links #972 --- spec/features/sotechsha2_spec.rb | 2 +- spec/features/sotechsha_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/sotechsha2_spec.rb b/spec/features/sotechsha2_spec.rb index ccb4deaa8..899f21e8d 100644 --- a/spec/features/sotechsha2_spec.rb +++ b/spec/features/sotechsha2_spec.rb @@ -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 diff --git a/spec/features/sotechsha_spec.rb b/spec/features/sotechsha_spec.rb index 87fedba3e..f6b2b4780 100644 --- a/spec/features/sotechsha_spec.rb +++ b/spec/features/sotechsha_spec.rb @@ -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