Use selenium-firefox docker image version 2.53.1#116
Conversation
|
This change didn't work for me: I got this error:
This was using a copy of .travis.dist.yml with NVM changed to 14.0 in addition to the changes here. The change from Firefox 3 to 2.5.3.1 did get Behat working again for me, though. |
|
Thanks @james-cnz, let me trigger travis and see myself. I might be that we need to start selenium docker instance after moodle installation. |
Also remove PROFILE env var in .travis.yml to prevent assumption that changing its value to `firefox` will work (it won't if version remain 3). Also add moodle dir mount to selenium container to allow running file upload tests.
84c9a3a to
0561af9
Compare
|
It works for me now, thanks. |
|
Thanks for verifying @james-cnz! @dvdcastro looks like Travis is no longer enabled on this repo :( |
Match selenium-firefox version used in https://github.com/moodlehq/moodle-docker (using version 3 will cause failure).
This also adds moodle dir mount to selenium container to allow running file upload
tests (#110 (comment)).
Also remove PROFILE env var in .travis.yml to prevent assumption that
changing its value to
firefoxwill work (it won't if version remains 3).