You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILED tests/functional/pageslayout/test_submit_and_retrieve_file.py::TestSubmitAndRetrieveFile::test_submit_and_retrieve_happy_path[en_US] - selenium.common.exceptions.InvalidSessionIdException: Message: WebDriver session does not exist, or is not active
Comments
Since this is the only place this path is exercised, I thought a compound ticket would be fine. I'll bring the fix in a compound pull request with separate commits.
The text was updated successfully, but these errors were encountered:
Description
The procedure for taking fresh screenshots via
make translation-test
is currently broken.Steps to Reproduce
$ LOCALES=en_US make translation-test
Expected Behavior
Screenshots are taken.
Actual Behavior
After #6954,
LOCALES=en_US
is invalid, becauseen_US
is not listed ini18n.json
. That's easy enough to fix (though this needs testing):But then
make translation-test
fails with:FAILED tests/functional/pageslayout/test_submit_and_retrieve_file.py::TestSubmitAndRetrieveFile::test_submit_and_retrieve_happy_path[en_US] - selenium.common.exceptions.InvalidSessionIdException: Message: WebDriver session does not exist, or is not active
Comments
Since this is the only place this path is exercised, I thought a compound ticket would be fine. I'll bring the fix in a compound pull request with separate commits.
The text was updated successfully, but these errors were encountered: