summaryrefslogtreecommitdiff
path: root/spec/features/import
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-09 10:55:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-11 12:22:57 +0300
commit97751ca19ff48b50de4887d5c77df3488c04b759 (patch)
tree1c825a68506fb7af3d37ed5d3a2d9c32d65b7623 /spec/features/import
parentca3d185dacc05f80238f0fa403ca90e0371fcee0 (diff)
downloadgitlab-ce-97751ca19ff48b50de4887d5c77df3488c04b759.tar.gz
Rename button at manifest import form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/features/import')
-rw-r--r--spec/features/import/manifest_import_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/import/manifest_import_spec.rb b/spec/features/import/manifest_import_spec.rb
index 98431463f65..06d0f2b1857 100644
--- a/spec/features/import/manifest_import_spec.rb
+++ b/spec/features/import/manifest_import_spec.rb
@@ -16,7 +16,7 @@ feature 'Import multiple repositories by uploading a manifest file', :js, :postg
visit new_import_manifest_path
attach_file('manifest', Rails.root.join('spec/fixtures/aosp_manifest.xml'))
- click_on 'Continue to the next step'
+ click_on 'List available repositories'
expect(page).to have_button('Import all repositories')
expect(page).to have_content('https://android-review.googlesource.com/platform/build/blueprint')
@@ -26,7 +26,7 @@ feature 'Import multiple repositories by uploading a manifest file', :js, :postg
visit new_import_manifest_path
attach_file('manifest', Rails.root.join('spec/fixtures/aosp_manifest.xml'))
- click_on 'Continue to the next step'
+ click_on 'List available repositories'
page.within(first_row) do
click_on 'Import'