it('shows administrative items', () => {
      this.actingAsAdmin().render(Sidebar)
      adminItems.forEach(label => screen.getByText(label))
    })