feat: contextmenu deel 1
This commit is contained in:
@@ -274,7 +274,10 @@ class UiSmokeGoldenTest(unittest.TestCase):
|
||||
self.assertIn("function mediaIconSvg(type)", app_js)
|
||||
self.assertIn('const iconType = iconTypeForEntry(entry);', app_js)
|
||||
self.assertIn('function createMediaSlot(entry)', app_js)
|
||||
self.assertNotIn("select-marker", app_js)
|
||||
self.assertIn('function createSelectionSlot(pane, entry, index)', app_js)
|
||||
self.assertIn('entry-select-slot', app_js)
|
||||
self.assertIn('entry-select-toggle', app_js)
|
||||
self.assertIn('toggleSelectionAtIndex(pane, selectedEntryFromItem(entry), index);', app_js)
|
||||
self.assertIn('function openSearch()', app_js)
|
||||
self.assertIn('async function submitSearch()', app_js)
|
||||
self.assertIn('async function openInfo()', app_js)
|
||||
|
||||
Reference in New Issue
Block a user