@@ -30,7 +30,7 @@ module WebDriver
30
30
end
31
31
32
32
it 'supports events' , except : { browser : :firefox ,
33
- reason : 'https://bugzilla.mozilla.org/show_bug.cgi?id=1819965' } do
33
+ reason : 'https://bugzilla.mozilla.org/show_bug.cgi?id=1819965' } do
34
34
expect { |block |
35
35
driver . devtools . page . enable
36
36
driver . devtools . page . on ( :load_event_fired , &block )
@@ -74,7 +74,7 @@ module WebDriver
74
74
end
75
75
76
76
it 'notifies about log messages' , except : { browser : :firefox ,
77
- reason : 'https://bugzilla.mozilla.org/show_bug.cgi?id=1819965' } do
77
+ reason : 'https://bugzilla.mozilla.org/show_bug.cgi?id=1819965' } do
78
78
logs = [ ]
79
79
driver . on_log_event ( :console ) { |log | logs . push ( log ) }
80
80
driver . navigate . to url_for ( 'javascriptPage.html' )
@@ -112,8 +112,8 @@ module WebDriver
112
112
)
113
113
end
114
114
115
- it 'notifies about document log messages' , except : { browser : %i[ chrome edge firefox ] ,
116
- reason : 'https://bugzilla.mozilla.org/show_bug.cgi?id=1819965' } do
115
+ it 'notifies about document log messages' ,
116
+ except : { browser : %i[ chrome edge firefox ] , reason : 'https://bugzilla.mozilla.org/show_bug.cgi?id=1819965' } do
117
117
logs = [ ]
118
118
driver . on_log_event ( :console ) { |log | logs . push ( log ) }
119
119
driver . navigate . to url_for ( 'javascriptPage.html' )
0 commit comments