test: remove or fix brittle tests

This commit is contained in:
2026-02-08 15:17:17 +05:00
parent 81771970c7
commit b09e3aeab4
23 changed files with 31 additions and 553 deletions
@@ -8,9 +8,5 @@ describe("PanelBar.svelte", () => {
expect(container).toBeInTheDocument();
});
it("should have panel-bar class", () => {
const { container } = render(PanelBar);
const panelBar = container.querySelector(".panel-bar");
expect(panelBar).toBeInTheDocument();
});
});