feat (ui): multiselect toegevoegd
This commit is contained in:
Binary file not shown.
@@ -30,6 +30,9 @@ 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-items"', body)
|
||||
self.assertIn('id="right-items"', body)
|
||||
self.assertIn('id="mkdir-btn"', body)
|
||||
self.assertIn('id="left-breadcrumbs"', body)
|
||||
self.assertIn('id="right-breadcrumbs"', body)
|
||||
self.assertNotIn('id="bookmarks-panel"', body)
|
||||
|
||||
Reference in New Issue
Block a user