Skip to content

Commit 0d90f45

Browse files
fixed linting errors
1 parent 4a54669 commit 0d90f45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ruby/spec/interactions/frames_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
# --- Switch to iframe using index ---
4646
driver.switch_to.frame(0)
4747
expect(driver.page_source).to include('We Leave From Here')
48-
4948
# --- Final page content check ---
5049
driver.switch_to.default_content
5150
expect(driver.page_source).to include('This page has iframes')

0 commit comments

Comments
 (0)