This commit is contained in:
morpheus65535 2024-02-27 21:52:38 -05:00
parent 206e223fa0
commit 91ec9ff4c1
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ describe("Settings layout", () => {
</Layout>,
);
expect(screen.getByRole("button", { name: "Save" })).toBeDisabled();
expect(screen.getAllByRole("button", { name: "Save" })[0]).toBeDisabled();
});
});