Remove unnecessary "pending" comment

The test is already working with poll question answers (which are the
only ones using `has_many_images`) as well.
This commit is contained in:
Javi Martín
2022-04-04 16:00:30 +02:00
parent e637bce3d8
commit b68aa67b1d

View File

@@ -186,12 +186,8 @@ shared_examples "nested imageable" do |imageable_factory_name, path, imageable_p
click_on submit_button click_on submit_button
imageable_redirected_to_resource_show_or_navigate_to(imageable) imageable_redirected_to_resource_show_or_navigate_to(imageable)
if has_many_images expect(page).to have_selector "figure img"
# Pending. Review soon and test expect(page).to have_selector "figure figcaption" if show_caption_for?(imageable_factory_name)
else
expect(page).to have_selector "figure img"
expect(page).to have_selector "figure figcaption" if show_caption_for?(imageable_factory_name)
end
end end
scenario "Different URLs for different images" do scenario "Different URLs for different images" do