feat (ui): breadcrumbs werken nu

This commit is contained in:
kodi
2026-03-11 09:53:36 +01:00
parent ce420cbb0e
commit a2de6b6d70
3 changed files with 13 additions and 2 deletions
@@ -30,6 +30,8 @@ class UiSmokeGoldenTest(unittest.TestCase):
self.assertIn('id="footer-bar"', body)
self.assertIn('id="left-pane"', body)
self.assertIn('id="right-pane"', body)
self.assertIn('id="left-breadcrumbs"', body)
self.assertIn('id="right-breadcrumbs"', body)
self.assertNotIn('id="bookmarks-panel"', body)
self.assertNotIn('id="tasks-panel"', body)