Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-v10.0.12' into release-v…
Browse files Browse the repository at this point in the history
…10.0.12

# Conflicts:
#	src/components/HoldingsRecordFilters/HoldingsRecordFilters.test.js
  • Loading branch information
mariia-aloshyna committed Apr 10, 2024
2 parents 29cf1ec + c04a520 commit 1caeb65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ describe('HoldingsRecordFilters', () => {

it('Should Render Held by, Clear selectedfilters buttons', async () => {
renderHoldingsRecordFilters();
const heldBy = screen.getByRole('button', { name: 'Held by filter list' });
const heldBy = screen.getByRole('button', { name: /Held by filter list/i });
userEvent.click(heldBy);
const Clearselectedfilters = screen.getAllByRole('button');
userEvent.click(Clearselectedfilters[3]);
Expand Down

0 comments on commit 1caeb65

Please sign in to comment.