Skip to content
Snippets Groups Projects
Unverified Commit 06fdd99d authored by Damon P. Cortesi's avatar Damon P. Cortesi Committed by GitHub
Browse files

Fix personal collections in Cypress snapshots (#12167)

* Make an admin call to `/api/user` because personal collections are hydrated there.
* Update snapshot SQL
parent 4aa8368d
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@ function addUsersAndGroups() {
);
cy.request("POST", "/api/user", makeUserObject("none", [ALL_USERS_GROUP]));
// Make a call to `/api/user` because some things (personal collections) get created there
cy.request("GET", "/api/user");
// permissions
cy.request("PUT", "/api/permissions/graph", {
revision: 0,
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment