Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Flaky tests #95

Open
Open
@stsewd

Description

@stsewd

This test will fail sometimes

body = selenium.find_element_by_css_selector('body')
body.send_keys('/')
assert (
search_outer_wrapper.is_displayed() == True
), 'search__outer__wrapper should be displayed when forward slash button is pressed'

It probably needs to wait some time till the search popup is shown, maybe similar to

WebDriverWait(selenium, 10).until(
EC.text_to_be_present_in_element(
(By.CLASS_NAME, 'search__result__box'),
'No results found'
)
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions