Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

DEVPROD-2920 Enable access settings page tests #2228

Merged
merged 10 commits into from
Mar 14, 2024
2 changes: 1 addition & 1 deletion cypress/integration/projectSettings/access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from "./constants";
import { clickSave } from "../../utils";

xdescribe("Access page", () => {
describe("Access page", () => {
const origin = getAccessRoute(projectUseRepoEnabled);
beforeEach(() => {
cy.visit(origin);
Expand Down
Loading