Skip to content

Commit

Permalink
test(tab): update e2e test for design check
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jul 18, 2023
1 parent 634398e commit 1814763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bee-q/src/components/tab/__tests__/bq-tab.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('bq-tab', () => {
const largeStyle = await computedStyle(page, 'bq-tab[size="large"] >>> [part="base"]', ['padding']);

expect(smallStyle).toEqual({ padding: '4px 16px' });
expect(mediumStyle).toEqual({ padding: '8px 20px' });
expect(mediumStyle).toEqual({ padding: '8px 24px' });
expect(largeStyle).toEqual({ padding: '12px 24px' });
});
});

0 comments on commit 1814763

Please sign in to comment.