Skip to content

Commit

Permalink
tests: update d-tab test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Jul 5, 2024
1 parent 725fadd commit 05a02cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/tab-page/test/d-tab-page.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ describe('d-tab-page', () => {
html: `<d-tab-page></d-tab-page>`,
});
expect(page.root).toEqualHtml(`
<d-tab-page>
<ion-tab>
<div>
<div class="ion-page">
<d-header></d-header>
<ion-content class="ion-padding" fullscreen="" id="main-content">
<div class="pb-24"></div>
</ion-content>
</ion-tab>
</d-tab-page>
</div>
</div>
`);
});
});

0 comments on commit 05a02cf

Please sign in to comment.