We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a54669 commit 0d90f45Copy full SHA for 0d90f45
examples/ruby/spec/interactions/frames_spec.rb
@@ -45,7 +45,6 @@
45
# --- Switch to iframe using index ---
46
driver.switch_to.frame(0)
47
expect(driver.page_source).to include('We Leave From Here')
48
-
49
# --- Final page content check ---
50
driver.switch_to.default_content
51
expect(driver.page_source).to include('This page has iframes')
0 commit comments