otwarchive-symphonyarchive/features/step_definitions/share_steps.rb

7 lines
218 B
Ruby
Raw Normal View History

2026-03-11 22:22:11 +00:00
Then /^the share modal should contain social share buttons$/ do
with_scope("#share") do
expect(page).to have_css("li.twitter", text: "Twitter")
expect(page).to have_css("li.tumblr", text: "Tumblr")
end
end