File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
rb/spec/integration/selenium/webdriver Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,8 @@ py_test_suite(
523523 srcs = glob ([
524524 "test/selenium/webdriver/marionette/**/*.py" ,
525525 "test/selenium/webdriver/firefox/**/*.py" ,
526- ]),
526+ ],
527+ exclude = ["test/selenium/webdriver/common/devtools_tests.py" ]),
527528 args = [
528529 "--instafail" ,
529530 ] + BROWSERS ["firefox" ]["args" ],
Original file line number Diff line number Diff line change @@ -112,9 +112,6 @@ module WebDriver
112112 expect ( logs ) . to include (
113113 an_object_having_attributes ( type : :log , args : [ hash_including ( 'type' => 'object' ) ] )
114114 )
115- expect ( logs ) . to include (
116- an_object_having_attributes ( type : :log , args : [ hash_including ( 'location' ) ] )
117- )
118115 end
119116
120117 it 'notifies about exceptions' do
You can’t perform that action at this time.
0 commit comments