Commit graph

8 commits

Author SHA1 Message Date
793b0149b8
activate node before clicking action buttons in tests 2026-05-04 10:03:54 +03:00
d61d68571d
test only one add form open at a time
assert that opening any add-child or bulk-add form closes any
other open add form across the tree. currently fails: each toggle
function only checks for an open form on its own li.
2026-05-01 11:56:44 +03:00
74705379cb
test enter submits add child form
assert that pressing enter while typing in the add-child input
submits the form. currently fails: only the save-child button
click triggers the post.
2026-05-01 11:53:06 +03:00
dce4e4a4f6
test child add keeps parent expanded
assert that a non-root parent that the user expanded stays expanded
after adding a child. currently fails: fetchAndRenderNodes wipes
and rebuilds the tree with depth-based default visibility, so any
manually expanded non-root collapses on every save.
2026-05-01 11:44:24 +03:00
3ee6057978
login as admin in admin text cypress spec 2026-04-24 16:07:53 +03:00
c8c901a306
fix initial test data expectations to match seed data 2026-04-23 09:45:25 +03:00
b12d0fc7d3
fix cypress tests to properly select in children 2026-04-18 21:50:54 +03:00
2121a0ba9d
add tests for admin text page, move some tests over from original admin test file 2026-04-18 21:27:02 +03:00