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 a3718c4 commit 601e65cCopy full SHA for 601e65c
examples/ruby/spec/browsers/edge_spec.rb
@@ -67,7 +67,7 @@
67
service.log = file_name
68
69
@driver = Selenium::WebDriver.for :edge, service: service
70
- expect(File.readlines(file_name).first).to include('Starting Microsoft Edge WebDriver')
+ expect(File.readlines(file_name).first).to include('Starting')
71
end
72
73
it 'logs to console' do
@@ -77,7 +77,7 @@
77
78
expect {
79
80
- }.to output(/Starting Microsoft Edge WebDriver/).to_stdout_from_any_process
+ }.to output(/Starting/).to_stdout_from_any_process
81
82
83
it 'sets log level' do
0 commit comments