Skip to content

Commit

Permalink
test cards amount
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Dec 20, 2024
1 parent 458ac3b commit 01aab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nala/studio/studio.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test.describe('M@S Studio feature test suite', () => {
await expect(await studio.renderView).toBeVisible();

const cards = await studio.renderView.locator('merch-card');
expect(await cards.count()).toBe(1);
expect(await cards.count()).toBe(2);
});
});
});

0 comments on commit 01aab9d

Please sign in to comment.