Skip to content

Commit

Permalink
remove unnecessary play test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Nov 6, 2024
1 parent ed03f65 commit ed9bf7a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ export const VisualTestError: MtProgressBarStory = {
detail: "Error while sending variants",
},
},
play: async ({ canvasElement }) => {
const canvas = within(canvasElement);

const errorMessage = canvas.getByLabelText("Error message");

expect(errorMessage).toBeDefined();
expect(errorMessage.innerText).toContain("Error while sending variants");
},
};

export const VisualTestLabel: MtProgressBarStory = {
Expand Down

0 comments on commit ed9bf7a

Please sign in to comment.