-
-
Notifications
You must be signed in to change notification settings - Fork 127
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 CSVEditor test #793
Comments
I wonder if it's actually a real bug in CSVEditor? I sporadically see odd errors when using it, but haven't been able to pin them down well enough to file a specific bug report. |
I played with it a bit and passed the test by changing the user input from
Somehow in the test, just changing btw, I have not had problem with the csv editor so far. |
The CSVEditor test fails randomly. The highlighted code checks to see if the OK button is disabled when there's an error in the editor.
open-tacos/src/components/editor/__tests__/CsvEditor.tsx
Line 106 in 86d1f12
We're currently exclude the test suite.
To do:
Steps to Reproduce
open-tacos/src/components/editor/__tests__/CsvEditor.tsx
Line 11 in 86d1f12
yarn test csveditor
(you might have to re-run a few times to see the error)The text was updated successfully, but these errors were encountered: