Merge pull request #28865 from overleaf/ii-domain-capture-join-success-message-edit

[web] Domain capture join group message edit

GitOrigin-RevId: 8949dff2e1d95dd978ee5e04165ad4cefe51b088
This commit is contained in:
ilkin-overleaf
2025-10-09 08:07:26 +00:00
committed by Copybot
parent 9cc6fd9d82
commit c0a836082c
4 changed files with 4 additions and 4 deletions
@@ -1089,7 +1089,7 @@ describe('<UserNotifications />', function () {
renderWithinProjectListProvider(GroupSsoSetupSuccess)
const alert = screen.getByRole('alert')
expect(alert.textContent).to.contain(
`Success! Youve joined the ${groupName} group subscription. Your group has SSO enabled so you can log in without needing to remember a password.`
`Success! Youve joined the ${groupName} group subscription. Your group has SSO enabled.`
)
})
})