File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dpc-portal/spec/components/page Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 < h2 > Invites</ h2 >
4949 </ div >
5050 < div class ="flex-align-self-center ">
51- < a href ="/organizations/ #{ org . path_id } /credential_delegate_invitations/new" class="usa-button"> Invite CD</ a>
51+ < a href ="/organizations/ #{ org . path_id } /credential_delegate_invitations/new" class="usa-button margin-0 "> Invite CD</ a>
5252 </ div>
5353 </ div>
5454 < p > You can invite users to be Credential Delegates.</ p >
Original file line number Diff line number Diff line change 2020 let ( :org ) { ComponentSupport ::MockOrg . new ( 0 ) }
2121 it 'Should have Generate token button' do
2222 button = <<~BUTTON
23- <a class="usa-button" href="/organizations/#{ org . path_id } /client_tokens/new">Generate token</a>
23+ <a class="usa-button margin-0 " href="/organizations/#{ org . path_id } /client_tokens/new">Generate token</a>
2424 BUTTON
2525 is_expected . to include ( normalize_space ( button ) )
2626 end
2727 it 'Should have Create key button' do
2828 button = <<~BUTTON
29- <a class="usa-button" href="/organizations/#{ org . path_id } /public_keys/new">Add key</a>
29+ <a class="usa-button margin-0 " href="/organizations/#{ org . path_id } /public_keys/new">Add key</a>
3030 BUTTON
3131 is_expected . to include ( normalize_space ( button ) )
3232 end
3333 it 'Should have Add IP button' do
3434 button = <<~BUTTON
35- <a class="usa-button" href="/organizations/#{ org . path_id } /ip_addresses/new">Add IP</a>
35+ <a class="usa-button margin-0 " href="/organizations/#{ org . path_id } /ip_addresses/new">Add IP</a>
3636 BUTTON
3737 is_expected . to include ( normalize_space ( button ) )
3838 end
You can’t perform that action at this time.
0 commit comments