Spinners are active prematurely in Bitbucket Cloud import

Steps to reproduce:

  1. New project
  2. Select Bitbucket Cloud
  3. Sign-in and attempt to import projects.

import-spinners

Notice that all the spinners are active via fa-spin and fa-spinner (https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/views/import/bitbucket/status.html.haml#L69-71):

image

Note that none of those projects are already imported projects:

[ gprd ] production> user.created_projects.where(import_type: 'bitbucket')
=> #<ActiveRecord::AssociationRelation [#<Project id:11292037 stanhu/test3>]>

@blabuschagne Is it possible !25186 (merged) caused this?