it('goes back to list if artist is deleted', async () => {
      const goMock = this.mock(this.router, 'go')
      const byIdMock = this.mock(artistStore, 'byId', null)
      await this.renderComponent()