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

[E2E] Fix group-admin flake (#23211)

parent f0a1406e
Branches
Tags
No related merge requests found
......@@ -21,7 +21,9 @@ describeEE("scenarios > admin > people", () => {
describe("group managers", () => {
it("can manage groups from the group page", () => {
cy.findByTextEnsureVisible("Groups").click();
cy.get(".AdminList").within(() => {
cy.findByTextEnsureVisible("Groups").click();
});
// Edit group name
cy.icon("ellipsis")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment