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 depreciated keycode #309

Merged
merged 6 commits into from
Nov 21, 2022
Merged

Fix depreciated keycode #309

merged 6 commits into from
Nov 21, 2022

Conversation

warpdesign
Copy link
Owner

@warpdesign warpdesign commented Nov 20, 2022

Fixes #293

Still to do:
- App.tsx
- filetable.spec.ts

It would be a good idea to define these constants only once and
re-use them. Also, enum is not recommended.
We should add constants for these elements.
Also fixed broken e2e test.
NOTE: guess we really need to add constants to avoid this kind of bug.
…rly yet

Instead of importing something like '$src/constants/keys' to import code
from the app within Cypress we use '../../../src/constants/keys'.

Also made classnames/classNames import name consistant across all codebase.
@warpdesign warpdesign merged commit 06a5e78 into master Nov 21, 2022
@warpdesign warpdesign deleted the fix-depreciated-keycode branch November 21, 2022 13:50
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.

Replace depreciated event.keyCode
1 participant