-
Notifications
You must be signed in to change notification settings - Fork 5
fix: wa form test file #203
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
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe pull request modifies a Cypress test file to align with updated WhatsApp forms API response structure where Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| cy.get('[data-testid="listHeader"]').should('contain', 'WhatsApp Forms'); | ||
| }); | ||
|
|
||
| it('should show all validation errors while creating a form', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we want this test? Are we not validating the json anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So where do we create the form json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After publishing the form, we are redirected to the configuration page, where we create the form and then publish it.
|
@priyanshu6238 the CI is failing |
it will fail , since it is point to some other frontend branch , run the cypress locally and change the frontend branch .the ci will pass |
I have updated the description,please check the image above for reference. |
|
So is this dependant on a front end PR? @priyanshu6238 |
yes . |

Uh oh!
There was an error while loading. Please reload this page.