FE: Remove flakey tooltip test (#33252)

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually
This commit is contained in:
RachelElysia 2025-09-22 07:26:30 -04:00 committed by GitHub
parent 8b7ac56fe2
commit 5e203ce7a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,10 +164,7 @@ describe("Custom variables", () => {
expect(addSecretButton).toHaveAttribute("disabled");
expect(addSecretButton).toHaveClass("button--disabled");
await user.hover(addSecretButton);
await waitFor(() => {
expect(screen.getByText("(GitOps mode enabled)")).toBeInTheDocument();
});
// Tooltip behavior covered in GitOpsModeWrapper.tests.tsx; omitted here due to flakiness
});
it("deleting a secret is successful in GitOps mode", async () => {