mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
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:
parent
8b7ac56fe2
commit
5e203ce7a3
1 changed files with 1 additions and 4 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue