File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
rb/spec/unit/selenium/webdriver Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module Chrome
73
73
service = described_class . new ( log : '/path/to/log.txt' )
74
74
75
75
expect ( service . log ) . to be_nil
76
- expect ( service . args ) . to eq [ '--log-path' , ' /path/to/log.txt']
76
+ expect ( service . args ) . to eq [ '--log-path= /path/to/log.txt' ]
77
77
end
78
78
79
79
it 'uses provided args' do
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Edge
72
72
service = described_class . chrome ( log : '/path/to/log.txt' )
73
73
74
74
expect ( service . log ) . to be_nil
75
- expect ( service . args ) . to eq [ '--log-path' , ' /path/to/log.txt']
75
+ expect ( service . args ) . to eq [ '--log-path= /path/to/log.txt' ]
76
76
end
77
77
78
78
it 'uses provided args' do
@@ -130,7 +130,7 @@ module Edge
130
130
service = described_class . chrome ( log : '/path/to/log.txt' )
131
131
132
132
expect ( service . log ) . to be_nil
133
- expect ( service . args ) . to eq [ '--log-path' , ' /path/to/log.txt']
133
+ expect ( service . args ) . to eq [ '--log-path= /path/to/log.txt' ]
134
134
end
135
135
end
136
136
end
You can’t perform that action at this time.
0 commit comments