-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Add E2E test for converting a boolean column to a text column #1127
Comments
@seancolsen may you assign this issue to me. |
Also, I want to ask one thing, how can we add true false entries in textarea while writing the test. As we are adding 2 and 3. May you please guide me with that.
|
@sahilsaini110 I've assigned this to you. I see you have a few issues assigned already, please complete them first before asking to be assigned more issues. |
Here is my code for the test.I am unable to test it due to some errors may you tell me if it looks good to you or if there are any changes.
|
@sahilsaini110 Create a PR, the CI will report the errors. |
I'm going to close this since we've found E2E tests unreliable and don't want to be writing more. |
Context
See #1122 for more info and instructions on writing E2E tests.
This test
Write an E2E test which asserts that "converting a boolean column to a text column" works as-expected. Here's a visual demo of what the test should do:
Tips
The text was updated successfully, but these errors were encountered: