Skip to content

Commit

Permalink
Update src/components/header/_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 Dec 17, 2024
1 parent 7ef2510 commit 849762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('FOR: Macro: Header', () => {
});
});
describe('WHEN: variants is set to basic', () => {
test('THEN: does not render ons-header__main class ', () => {
test('THEN: does not render the main part of the header', () => {
const $ = cheerio.load(
renderComponent('header', {
variants: 'basic',
Expand Down

0 comments on commit 849762d

Please sign in to comment.