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
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
OuterParent modal rows should show with updated name
Save Outer Parent; root grid should show edited InnerParent name
Edit InnerParent from the root grid
From the modal window, edit Child
Update Child's name and save
InnerParent modal rows should show with updated name
Save InnerParent; root grid should show updated child name
Edit Outer Parent from the root grid
From the modal window, edit Child (skipping a level down)
Update Child's name and save
OuterParent modal rows should show with Child name updated
(This feels like it should be 3 separate cases, except the previous issue was only happening when they were strung together, so best to make it one case)
Adding nested objects
Using the same starting object described above, edit OuterParent
From the modal window, edit Child (skipping a level)
Add a new field (primitive type)
Add a new field (Define a new model)
Save Child
OuterParent should show with the new objects added at the correct level in the tree; save the modal
Root object should show new rows at the correct spot in the tree
The text was updated successfully, but these errors were encountered:
The following issues were fixed by #19, we need to add e2e test cases to cover them.
Editing nested object names
Example contract:
(This feels like it should be 3 separate cases, except the previous issue was only happening when they were strung together, so best to make it one case)
Adding nested objects
The text was updated successfully, but these errors were encountered: