Skip to content

Commit

Permalink
Update src/components/hero/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
SriHV and rmccar authored Jan 30, 2025
1 parent 56f947a commit eeba10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('macro: hero', () => {
expect($('.ons-hero--navy-blue .ons-hero__circles').length).toBe(1);
});

it('renders circles when variant is `pale blue bubbles`', () => {
it('renders circles when variant is `pale blue`', () => {
const $ = cheerio.load(renderComponent('hero', { ...EXAMPLE_HERO, variants: 'pale-blue' }));
expect($('.ons-hero--pale-blue .ons-hero__circles').length).toBe(1);
});
Expand Down

0 comments on commit eeba10b

Please sign in to comment.