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 a942bf8 commit 17ac34eCopy full SHA for 17ac34e
site/src/modules/workspaces/WorkspaceTiming/WorkspaceTimings.stories.tsx
@@ -225,8 +225,6 @@ export const MissedAction: Story = {
225
name: "View apply details",
226
});
227
await user.click(applyButton);
228
- await canvas.findByText(
229
- WorkspaceTimingsResponse.provisioner_timings[0].resource,
230
- );
+ await canvas.findByText("missed action");
231
},
232
};
0 commit comments