Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 087c1ce

Browse files
committed
fix: test case
1 parent 803574a commit 087c1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/components/ApiTokenForm/__tests__/api-token.form.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('Home Page', () => {
135135

136136
await userEvent.type(nameInput, 'testtoken1');
137137

138-
const error = screen.getByText(/ No duplicate token names are allowed for the same account./i);
138+
const error = screen.getByText(/No duplicate token names are allowed for the same account./i);
139139
expect(error).toBeVisible;
140140
});
141141

0 commit comments

Comments
 (0)