otwarchive-sunsetarchive/features/step_definitions/share_steps.rb

7 lines
218 B
Ruby
Raw Normal View History

2026-03-17 05:16:49 +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