Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranja committed Sep 21, 2023
1 parent c565776 commit 8c47f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/searching_for_profiles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

it 'shows button search' do
expect(page).to have_selector(".container #{form_selector} input[type='submit']")
expect(page).to have_selector(".container #{form_selector} button[type='submit']")
end
end

Expand Down

0 comments on commit 8c47f37

Please sign in to comment.