Fleet UI: Created consistent UI for the copy button of an input field (#29056)

This commit is contained in:
RachelElysia
2025-05-13 10:24:32 -04:00
committed by GitHub
parent e134691da3
commit 175f110f86
12 changed files with 10 additions and 69 deletions
@@ -107,7 +107,7 @@ describe("InputField Component", () => {
/>
);
expect(screen.getByRole("button", { name: /copy/i })).toBeInTheDocument();
expect(screen.getByTestId("copy-icon")).toBeInTheDocument();
});
test("calls onBlur when input loses focus", async () => {