Skip to content

Commit 290362c

Browse files
committed
use the right id value
1 parent f0f3d11 commit 290362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/unit/selenium/webdriver/common/selenium_manager_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module WebDriver
100100

101101
expect {
102102
expect(described_class.send(:run, 'anything')).to eq 'value'
103-
}.to have_info(:info)
103+
}.to have_info(:selenium_manager)
104104
end
105105

106106
it 'raises if result is nil even with successful exitstatus' do

0 commit comments

Comments
 (0)