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

Commit

Permalink
DEVPROD-3495: Fix flaky git tag test (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Mar 1, 2024
1 parent 1512372 commit 74a3441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ describe("Project Settings when not defaulting to repo", () => {
cy.dataCy("var-name-input").should("not.exist");
// Verify persistence
cy.reload();
saveButtonEnabled(false);
cy.dataCy("var-name-input").should("not.exist");
});
});
Expand Down
1 change: 1 addition & 0 deletions src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2910,6 +2910,7 @@ export type User = {
__typename?: "User";
displayName: Scalars["String"]["output"];
emailAddress: Scalars["String"]["output"];
parsleyFilters: Array<ParsleyFilter>;
patches: Patches;
permissions: Permissions;
subscriptions?: Maybe<Array<GeneralSubscription>>;
Expand Down

0 comments on commit 74a3441

Please sign in to comment.