it('does not have an option to delete songs if current user is not admin', async () => {
      await this.actingAs().renderComponent()
      expect(screen.queryByText('Delete from Filesystem')).toBeNull()
    })