Skip to content

Commit 15a3879

Browse files
committed
Fix test
1 parent 77a74e2 commit 15a3879

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

site/src/pages/UserSettingsPage/AccountPage/AccountForm.test.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ describe("AccountForm", () => {
6363
// Then
6464
const el = await screen.findByLabelText("Username");
6565
expect(el).toBeDisabled();
66-
const btn = await screen.findByRole("button", {
67-
name: /Update account/i,
68-
});
69-
expect(btn).toBeDisabled();
7066
});
7167
});
7268
});

0 commit comments

Comments
 (0)