Skip to content

Commit fa29c2e

Browse files
committed
test: remove duplicate test
1 parent c591e24 commit fa29c2e

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
@@ -655,14 +655,6 @@ describe('root heading level', () => {
655655
assertHeadingLevels(4);
656656
});
657657

658-
it('should update title heading level when changed on dashboard layout', async () => {
659-
dashboard.rootHeadingLevel = 3;
660-
await nextFrame();
661-
dashboard.rootHeadingLevel = 1;
662-
await nextFrame();
663-
assertHeadingLevels(1);
664-
});
665-
666658
it('should revert to default title heading level (2) when set to null', async () => {
667659
dashboard.rootHeadingLevel = 4;
668660
await nextFrame();

0 commit comments

Comments
 (0)