Skip to content

Commit 42e422e

Browse files
committed
test: update workspace name section
1 parent 6264cee commit 42e422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/__tests__/route-workspace.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test("renders title", () => {
3535
test("renders workspace name input", () => {
3636
const { getByRole } = renderComponent();
3737

38-
expect(getByRole("textbox", { name: "Workspace name" })).toBeVisible();
38+
expect(getByRole("textbox", { name: /workspace name/i })).toBeVisible();
3939
});
4040

4141
test("renders system prompt editor", async () => {

0 commit comments

Comments
 (0)