Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 5, 2022
1 parent 2f8d8fc commit 7090a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/admin/link_overlay_spec.rb
Expand Up @@ -73,6 +73,7 @@
expect(page).to have_content "Saved element."
end

expect(page).to have_css("iframe#alchemy_preview_window", wait: 5)
within_frame "alchemy_preview_window" do
expect(page).to have_link("Link me", href: "/#{page2.urlname}")
end
Expand Down
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Expand Up @@ -55,6 +55,7 @@
Capybara.register_driver(:cuprite) do |app|
Capybara::Cuprite::Driver.new(app, {
window_size: [1280, 800],
timeout: 10,
})
end

Expand Down

0 comments on commit 7090a73

Please sign in to comment.