Skip to content

Commit 17ac34e

Browse files
committed
Fix test
1 parent a942bf8 commit 17ac34e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/modules/workspaces/WorkspaceTiming/WorkspaceTimings.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ export const MissedAction: Story = {
225225
name: "View apply details",
226226
});
227227
await user.click(applyButton);
228-
await canvas.findByText(
229-
WorkspaceTimingsResponse.provisioner_timings[0].resource,
230-
);
228+
await canvas.findByText("missed action");
231229
},
232230
};

0 commit comments

Comments
 (0)