You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "More" modal for Form Elements, the properties are updated in the template store, but the page state doesn't update.
This means the cypress test (in formbuilder.cy.ts): cy.get("#required-1-id").should("be.checked");
fails, because while the value was set in the template store, the UI never updates the required checkbox on the main page.
The issue was found when reviewing PR : #3853 (and is related, but not caused by it)
The text was updated successfully, but these errors were encountered:
When using the "More" modal for Form Elements, the properties are updated in the template store, but the page state doesn't update.
This means the cypress test (in formbuilder.cy.ts):
cy.get("#required-1-id").should("be.checked");
fails, because while the value was set in the template store, the UI never updates the required checkbox on the main page.
The issue was found when reviewing PR : #3853 (and is related, but not caused by it)
The text was updated successfully, but these errors were encountered: