File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/views/partners/profiles Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="alert alert-danger "> < i class ="fa fa-warning "> </ i >
8
8
Please review your application details and submit for approval.</ div >
9
9
<% end %>
10
- < h1 > < i class ="fa fa-building "> </ i > Organization Details
10
+ < h1 > < i class ="fa fa-building "> </ i > Profile
11
11
<%= partner_status_badge ( current_partner ) %>
12
12
< small > for <%= current_partner . name %> </ small >
13
13
</ h1 >
Original file line number Diff line number Diff line change 30
30
expect ( page ) . to have_content ( "100 %" )
31
31
expect ( page ) . not_to have_content ( "The total client share must be either 0 or 100 %" )
32
32
click_on "Update Information"
33
- expect ( page ) . to have_content ( "Organization Details " )
33
+ expect ( page ) . to have_content ( "Profile " )
34
34
expect ( page ) . to have_content ( "26 %" )
35
35
end
36
36
You can’t perform that action at this time.
0 commit comments