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 76
76
FileUtils . remove_entry root_directory
77
77
end
78
78
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
80
80
service = Selenium ::WebDriver ::Service . ie
81
81
82
82
service . log = file_name
85
85
expect ( File . readlines ( file_name ) . first ) . to include ( 'Started InternetExplorerDriver server' )
86
86
end
87
87
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
89
89
service = Selenium ::WebDriver ::Service . ie
90
90
91
91
service . log = $stdout
You can’t perform that action at this time.
0 commit comments