Commit graph

4 commits

Author SHA1 Message Date
793b0149b8
activate node before clicking action buttons in tests 2026-05-04 10:03:54 +03:00
a71cd641dc
add tests for forbidden and not found text 2026-05-03 16:36:57 +03:00
3a1e91cc4f
scope user text child-add cypress selectors
the seeded text already has nested nodes, so 'li.first()'
matched multiple buttons. scope the selectors to top-level
li children to match the working pattern in adminText.cy.js.
2026-05-02 21:58:34 +03:00
71e5fb8fda
add cypress coverage for user text pages
loginAsSecondUser helper backs new specs that cover the
/texts list (own-only scoping, create form, link to
/texts/{id}) and /texts/{id} detail (own access, 403 on
another user's text, owner can add a child node).
2026-05-02 21:47:20 +03:00