Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Firefox E2E CI gate #2363

Open
vytas7 opened this issue Oct 9, 2024 · 0 comments
Open

Fix Firefox E2E CI gate #2363

vytas7 opened this issue Oct 9, 2024 · 0 comments
Labels
good first issue Comment on this issue if you'd like to volunteer to work on this. Thanks! maintenance needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks!
Milestone

Comments

@vytas7
Copy link
Member

vytas7 commented Oct 9, 2024

It seems that something has got broken recently, so we had to disable these E2E tests on Firefox.
Was it Firefox 131.0, or anything in SeleniumBase? Or simply an issue with a new default GitHub Actions Ubuntu image?

You can find an example of a failed CI run here: https://github.com/falconry/falcon/actions/runs/11254279330/job/31291767229

__________________________________ test_chat ___________________________________

browser = <seleniumbase.plugins.pytest_plugin.sb.<locals>.BaseClass testMethod=base_method>
clear_log = <function clear_log.<locals>._impl at 0x7f7f0a27bc40>

    def test_chat(browser, clear_log):
        browser.slow_click('#button1')
>       browser.assert_text('Hello, WS1!', 'div.ws1', timeout=5)

e2e-tests/test_e2e.py:41: 

<...>

exception = <class 'selenium.common.exceptions.NoSuchElementException'>
message = 'Element {div.ws1} was not present after 5 seconds!'

    def timeout_exception(exception, message):
        exc, msg = shared_utils.format_exc(exception, message)
>       raise exc(msg)
E       seleniumbase.common.exceptions.NoSuchElementException: Message: 
E        Element {div.ws1} was not present after 5 seconds!
@vytas7 vytas7 added good first issue Comment on this issue if you'd like to volunteer to work on this. Thanks! needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks! maintenance labels Oct 9, 2024
@vytas7 vytas7 added this to the Version 4.x milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Comment on this issue if you'd like to volunteer to work on this. Thanks! maintenance needs contributor Comment on this issue if you'd like to volunteer to work on this. Thanks!
Projects
None yet
Development

No branches or pull requests

1 participant