Skip to content

Commit 8e23555

Browse files
fixed rspec error
1 parent 81d4ab3 commit 8e23555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ruby/spec/interactions/frames_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'spec_helper'
44

5-
describe 'Frames Test' do
5+
RSpec.describe 'Frames Test' do
66
it 'interacts with elements inside iframes' do
77
driver = Selenium::WebDriver.for :chrome
88
driver.manage.timeouts.implicit_wait = 0.5

0 commit comments

Comments
 (0)