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

short debounce delay cause CI failure #1908

Closed
clmystes opened this issue Aug 20, 2020 · 0 comments
Closed

short debounce delay cause CI failure #1908

clmystes opened this issue Aug 20, 2020 · 0 comments

Comments

@clmystes
Copy link
Contributor

Version

3.0.0-rc.6

Reproduction link

https://app.circleci.com/pipelines/github/vuejs/vue-next/3880/workflows/bb8e8766-ff6e-45a8-b1e4-3e0ade3e71d2/jobs/8396

image

Steps to reproduce

failed CI report:

#1854
#1901

What is expected?

CI passed

What is actually happening?

CI failure

Detail

html('#editor div') is an asynchronous action and there's no guarantee it'll end before UI update.
Maybe more debounce delay time would solve the problem or just skip this test case.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant