Prevent "Remove access" text being cut off in Share model (#30976)

GitOrigin-RevId: ed577d83afd150d64c99bd6577d7543d9297f91a
This commit is contained in:
Alf Eaton
2026-01-28 09:06:59 +00:00
committed by Copybot
parent 41b8ccc69f
commit 3b027a2b08
10 changed files with 19 additions and 41 deletions
@@ -529,7 +529,7 @@ describe('<ShareProjectModal/>', function () {
next: 'Remove access',
})
const removeButton = screen.getByRole('button', {
name: 'Change',
name: 'Confirm',
})
fireEvent.click(removeButton)