Skip to content

Commit

Permalink
Remove redundant test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jemelyah committed Jun 14, 2024
1 parent ba5c857 commit aa4c2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/frame_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
expect(frame.url).to end_with("/ferrum/get_cookie")
end

it "finds main frame properly", skip: Ferrum::Utils::Platform.jruby? do
it "finds main frame properly" do
browser.go_to("/ferrum/popup_frames")

browser.at_xpath("//a[text()='pop up']").click
Expand Down

0 comments on commit aa4c2bb

Please sign in to comment.