Skip to content

Commit

Permalink
fix(pie-card): DSW-2425 run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe committed Sep 23, 2024
1 parent 1095a86 commit 07e5a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ test.describe('PieCard - Component tests', () => {
await expect(component).toBeDisabled();
});

test.only('should not trigger the click event when the card is a button and disabled', async ({ mount, page }) => {
test('should not trigger the click event when the card is a button and disabled', async ({ mount, page }) => {
// Arrange
const messages: string[] = [];

Expand Down

0 comments on commit 07e5a1b

Please sign in to comment.