david-dick / firefox-marionette

This is a client module to automate the Mozilla Firefox browser via the Marionette protocol
https://metacpan.org/dist/Firefox-Marionette
Other
12 stars 3 forks source link

Version 1.35 fails on macOS 13.2.1, Perl 5.36.0, Firefox 112.0.1 #21

Closed toreau closed 1 year ago

toreau commented 1 year ago

This is the list of unique fail messages:

Failed test '$firefox->capabilities()->timeouts()->implicit() correctly reflects the implicit shortcut timeout'
Failed test '$firefox->capabilities()->timeouts()->implicit() correctly reflects the timeouts shortcut timeout'
Failed test '$firefox->capabilities()->timeouts()->page_load() correctly reflects the page_load shortcut timeout'
Failed test '$firefox->capabilities()->timeouts()->page_load() correctly reflects the timeouts shortcut timeout'
Failed test '$firefox->capabilities()->timeouts()->script() correctly reflects the scripts shortcut timeout:'
Failed test '$firefox->capabilities()->timeouts()->script() correctly reflects the timeouts shortcut timeout'
Failed test '$firefox->chrome_window_handle() is an integer:6c0765b5-7d4d-4691-b23b-82abcf1fc43e'
Failed test '$firefox->chrome_window_handles() returns a list of integers:3e6a571a-39b7-493d-91d3-697505fcfa43'
Failed test '$firefox->chrome_window_handles() returns a list of integers:6c0765b5-7d4d-4691-b23b-82abcf1fc43e'
Failed test '$firefox->window_handle() is an integer:d75066a1-6399-4b2d-9858-b65ed173da51'
Failed test '$firefox->window_handles() returns a list of integers:ad68d928-6d01-4592-baed-a9285de0d0e0'
Failed test '$firefox->window_handles() returns a list of integers:d75066a1-6399-4b2d-9858-b65ed173da51'

See this gist for the full output of the make process.

david-dick commented 1 year ago

Thanks for the report. I missed this one. Should be fixed with the latest commit. I expect to put a new version on CPAN shortly.