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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: