From e53ab652b5d0998077015cd28acc16be2ff9d017 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:07:04 -0700 Subject: [PATCH] Gotta love that fixed count in the test --- src-ui/src/app/components/app-frame/app-frame.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.spec.ts b/src-ui/src/app/components/app-frame/app-frame.component.spec.ts index afc8b095b..ad9304ca0 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.spec.ts +++ b/src-ui/src/app/components/app-frame/app-frame.component.spec.ts @@ -324,7 +324,7 @@ describe('AppFrameComponent', () => { expect( fixture.nativeElement.querySelectorAll('pngx-input-switch').length - ).toBe(5) + ).toBe(6) expect( fixture.nativeElement.querySelector('[routerLink="dashboard"]') .parentElement.classList