-
Notifications
You must be signed in to change notification settings - Fork 4k
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: tests #5436
fix: tests #5436
Conversation
✅ Deploy Preview for novu-design ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
477ece9
to
7d5cd89
Compare
@@ -62,6 +72,7 @@ export const StepEditorSidebar = ({ children }: { children: ReactNode }) => { | |||
navigate(basePath); | |||
}} | |||
data-test-id="step-editor-sidebar" | |||
onSubmit={handleSubmit(onSubmitHandler, onInvalid)} |
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.
Due to this, it was not submitting the form on the editor and hence the tests were failing on update workflow
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.
Thanks for the good work on this and my apologies for the double-work! Please address the chores before merging, but otherwise we should be good!
@@ -1,5 +1,6 @@ | |||
describe('Organization Page', function () { | |||
beforeEach(function () { | |||
cy.mockFeatureFlags({ IS_INFORMATION_ARCHITECTURE_ENABLED: true }); |
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.
👏 praise: Good catch!
What changed? Why was the change needed?
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer