diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-01 00:56:40 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-11 00:34:04 -0700 |
commit | 9995f0806b29934cf498607f59d2c5ec358a0d5a (patch) | |
tree | ad197f6e023553b20bb1317c57dddffe34da68b5 /features | |
parent | a5bb85f8a234b2d8463656877712faf10f5bb842 (diff) | |
download | gitlab-ce-9995f0806b29934cf498607f59d2c5ec358a0d5a.tar.gz |
Import forked repositories asynchronously to prevent large repositories from timing out
Use import_status to track async import status and give feedback to the user
Closes #2388
Closes #2400
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/fork.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/fork.rb b/features/steps/project/fork.rb index 0e433781d7a..370960845cc 100644 --- a/features/steps/project/fork.rb +++ b/features/steps/project/fork.rb @@ -15,7 +15,7 @@ class Spinach::Features::ProjectFork < Spinach::FeatureSteps end step 'I should see the forked project page' do - expect(page).to have_content "Project was successfully forked." + expect(page).to have_content "Forked from" end step 'I already have a project named "Shop" in my namespace' do |