Skip to content
Snippets Groups Projects
Unverified Commit 61c0e554 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[E2E] Fix and unskip revoked collection tests (#24412)

parent 8a9ea952
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ describe("scenarios > collection defaults", () => {
cy.findByText("Orders");
});
describe.skip("nested collections with revoked parent access", () => {
describe("nested collections with revoked parent access", () => {
const { first_name, last_name } = nocollection;
const revokedUsersPersonalCollectionName = `${first_name} ${last_name}'s Personal Collection`;
......@@ -280,7 +280,7 @@ describe("scenarios > collection defaults", () => {
// Click to choose which collection should this question be saved to
cy.findByText(revokedUsersPersonalCollectionName).click();
popover().within(() => {
cy.findByText(/Our analytics/i);
cy.findByText(/Collections/i);
cy.findByText(/My personal collection/i);
cy.findByText("Parent").should("not.exist");
cy.log("Reported failing from v0.34.3");
......
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