File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/ruby/spec/browsers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 FileUtils . remove_entry root_directory
7777 end
7878
79- it 'logs to file' , { platforn : :windows , reason : 'the connection fails on the windows pipeline' } do
79+ it 'logs to file' , { platform : :windows , reason : 'the connection fails on the windows pipeline' } do
8080 service = Selenium ::WebDriver ::Service . ie
8181
8282 service . log = file_name
8585 expect ( File . readlines ( file_name ) . first ) . to include ( 'Started InternetExplorerDriver server' )
8686 end
8787
88- it 'logs to console' , { platforn : :windows , reason : 'the connection fails on the windows pipeline' } do
88+ it 'logs to console' , { platform : :windows , reason : 'the connection fails on the windows pipeline' } do
8989 service = Selenium ::WebDriver ::Service . ie
9090
9191 service . log = $stdout
You can’t perform that action at this time.
0 commit comments