Skip to content

Commit

Permalink
Ki/APPEALS-42563 - User Access Fix (#23074)
Browse files Browse the repository at this point in the history
* APPEALS-42563 - User Access Fix

* Spec test user access update

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
  • Loading branch information
KiMauVA and cacevesva authored Oct 3, 2024
1 parent d5fa1bd commit 5016649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,12 @@ const CorrespondenceDetails = (props) => {
<div className="correspondence-package-details">
<div className="corr-title-with-button">
<h2 className="correspondence-h2">General Information</h2>
<Button
onClick={handleEditGeneralInformationModal}
classNames={['button-style']}
>Edit</Button>
{isAdminNotLoggedIn() ?
'' :
<Button
onClick={handleEditGeneralInformationModal}
classNames={['button-style']}
>Edit</Button> }
</div>
<table className="corr-table-borderless-no-background gray-border">
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

context "correspondence package details tab" do
before do
correspondence_spec_user_access
correspondence_spec_super_access
FeatureToggle.enable!(:correspondence_queue)
@correspondence = create(
:correspondence,
Expand Down

0 comments on commit 5016649

Please sign in to comment.