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

Remove sleep from dragAndDrapThought.ts test #2518

Open
raineorshine opened this issue Nov 1, 2024 · 0 comments
Open

Remove sleep from dragAndDrapThought.ts test #2518

raineorshine opened this issue Nov 1, 2024 · 0 comments
Labels
test Testing and project configuration

Comments

@raineorshine
Copy link
Contributor

Continuation of #2110

dragAndDrapThought.ts - This sleep is needed so the notes have time to update after dropping. I made it so the sleep call only fires on drop, which means it only applies to a subset of the tests. Obv we can optimize this and probably get rid of the sleep altogether but, at this point, we're going to get more speed increases by splitting the drag and drop tests into two separate files that run in parallel.

@raineorshine raineorshine added the test Testing and project configuration label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing and project configuration
Projects
None yet
Development

No branches or pull requests

1 participant