Fleet UI: Created consistent UI for the copy button of an input field (#29056)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user