We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c22798 commit 8fa32b2Copy full SHA for 8fa32b2
site/src/pages/TemplatePage/TemplateEmbedPage/TemplateEmbedPageView.stories.tsx
@@ -42,7 +42,7 @@ export const WrongWorkspaceName: Story = {
42
templateParameters: [MockTemplateVersionParameter1],
43
},
44
play: async () => {
45
- const workspaceName = screen.getByRole("textbox", {
+ const workspaceName = await screen.findByRole("textbox", {
46
name: "Workspace name",
47
});
48
await userEvent.type(workspaceName, "b@d");
0 commit comments