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 #92: Search as you type delay #93

Merged
merged 2 commits into from Aug 19, 2021
Merged

Fix #92: Search as you type delay #93

merged 2 commits into from Aug 19, 2021

Conversation

nienn
Copy link
Contributor

@nienn nienn commented Aug 19, 2021

Fixes #92

@nienn nienn requested review from stsewd, astrojuanlu and a team August 19, 2021 08:57
@astrojuanlu
Copy link
Contributor

I tried "breaking" it several times and I couldn't, so +1 for me! Thanks @nienn 🚀

Copy link
Member

@stsewd stsewd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other change looks good!

CHANGELOG.rst Outdated Show resolved Hide resolved
@stsewd
Copy link
Member

stsewd commented Aug 19, 2021

Hmm, tests failed, and then I run them again and now are passing... Maybe there is flaky test now, we should increase the wait time on our tests or find another way to avoid that wait. This was failing

assert (
search_outer_wrapper.is_displayed() == False
), 'search__outer__wrapper should not be displayed on page load'

@stsewd stsewd merged commit 67ba8cb into master Aug 19, 2021
@stsewd stsewd deleted the nienn/fix-search-delay branch August 19, 2021 18:40
@astrojuanlu astrojuanlu mentioned this pull request Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search as you type panel opens too late and first characters are not typed
3 participants