mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Remove unnecessary expectation
The `iframe` is rendered in pure HTML and should always be there.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
module OpenFoodNetwork
|
||||
module EmbeddedPagesHelper
|
||||
def on_embedded_page
|
||||
expect(page).to have_selector "iframe"
|
||||
|
||||
within_frame :frame do
|
||||
yield
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user