Skip to content

Commit

Permalink
UIIN-3159: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Dec 17, 2024
1 parent 0e7295d commit 89b1db1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const renderLimitedHolding = () => {
instance={{ id: 'instanceId' }}
holding={holdingsWithLimitedInfo}
tenantId="college"
locationName="Location 1"
userTenantPermissions={userTenantLimitedPermissions}
pathToAccordionsState={[]}
/>
Expand All @@ -51,7 +52,7 @@ describe('LimitedHolding', () => {
renderLimitedHolding();

expect(screen.getByRole('button', {
name: /holdings: > prefix callnumber copynumber/i
name: /holdings: Location 1 > prefix callnumber copynumber/i
})).toBeInTheDocument();
});

Expand Down

0 comments on commit 89b1db1

Please sign in to comment.