Skip search e2e tests while the input is hidden
The search input was removed from TopBar/Sidebar in 814f540 pending a
full-tree/inbox rebuild on the SDK. Every test in search.test.ts
targets that input via getByPlaceholder("Search your cabinet…"), so
the whole file would fail against HEAD. Wrap the three describes in
.skip with a pointer to 814f540 and an un-skip note.