Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/console/src/screens/Settings.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ describe("Settings consolidation", () => {
render(<SettingsScreen />);
await waitFor(() => expect(apiMock.invites).toHaveBeenCalled());

// The approval policy now lives on its own tab.
fireEvent.click(screen.getByText("Approval policy"));

// Save is disabled until the control is dirty.
expect(screen.getByTestId("approval-policy-save")).toBeDisabled();
// Bump the required approvals from 1 to 2.
Expand Down
Loading
Loading