-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
we've had a few environments where the recent update to chrome v81 has broken tests using the watir-performance gem. The timing info being returned by Watir::PerformanceHelper::PERFORMS script is empty. This is causing Waitr::PerformanceHelper.summarized_hash to throw errors when the hash values are missing (eg NoMethodError for ">") when hitting
hash[:timing][:domain_lookup_start] if hash[:timing][:domain_lookup_start] > 0
this is with the following versions
ruby: 2.5.5p157
watir-performance 0.6.4
watir 6.16.5
selenium-webdriver 3.142.5
chromedriver 81.0.4404.69
chrome: 81.0.4404.122
javiervg
Metadata
Metadata
Assignees
Labels
No labels