Skip to content

Commit c842ed2

Browse files
committed
test: remove duplicate test
1 parent 9c0d7f0 commit c842ed2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/dashboard/test/dashboard-layout.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -658,14 +658,6 @@ describe('root heading level', () => {
658658
assertHeadingLevels(4);
659659
});
660660

661-
it('should update title heading level when changed on dashboard layout', async () => {
662-
dashboard.rootHeadingLevel = 3;
663-
await nextFrame();
664-
dashboard.rootHeadingLevel = 1;
665-
await nextFrame();
666-
assertHeadingLevels(1);
667-
});
668-
669661
it('should revert to default title heading level (2) when set to null', async () => {
670662
dashboard.rootHeadingLevel = 4;
671663
await nextFrame();

0 commit comments

Comments
 (0)