it('shows the standard items', () => {
      this.actingAs().render(Sidebar)
      standardItems.forEach(label => screen.getByText(label))
    })