Merge pull request #3281 from oliverguenther/fix/broken_feature_checkout

Change feature spec broken by openproject-checkout.
pull/3282/head
Oliver Günther 9 years ago
commit 7b7ba7115e
  1. 2
      spec/features/repositories/create_repository_spec.rb

@ -140,7 +140,7 @@ describe 'Create repository', type: :feature, js: true do
find('input[type="radio"][value="managed"]').set(true)
find('button[type="submit"]', text: I18n.t(:button_create)).click
expect(page).not_to have_selector('button', text: I18n.t(:button_save))
expect(page).to have_selector('input[name="scm_type"][value="managed"]:checked')
expect(page).to have_selector('a.icon-delete', text: I18n.t(:button_delete))
end
end

Loading…
Cancel
Save