Skip to content
Snippets Groups Projects
Commit 4cf7d8d9 authored by Nicolas Koenig's avatar Nicolas Koenig
Browse files

Fix consistency issues on New Application page.

parent f18a24f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,6 +24,7 @@
Use
%code= Doorkeeper.configuration.native_redirect_uri
for local tests
.form-actions
= f.submit 'Submit', class: "btn btn-primary wide"
= link_to "Cancel", applications_profile_path, class: "btn btn-default"
= f.submit 'Submit', class: "btn btn-create"
= link_to "Cancel", applications_profile_path, class: "btn btn-cancel"
%h3.page-title New application
- page_title "New Application"
%h3.page-title New Application
%hr
= render 'form', application: @application
\ No newline at end of file
Loading
Loading
@@ -197,7 +197,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
 
step 'I should see application form' do
expect(page).to have_content "New application"
expect(page).to have_content "New Application"
end
 
step 'I fill application form out and submit' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment