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:
@@ -1089,7 +1089,7 @@ describe('<UserNotifications />', function () {
|
||||
renderWithinProjectListProvider(GroupSsoSetupSuccess)
|
||||
const alert = screen.getByRole('alert')
|
||||
expect(alert.textContent).to.contain(
|
||||
`Success! You’ve joined the ${groupName} group subscription. Your group has SSO enabled so you can log in without needing to remember a password.`
|
||||
`Success! You’ve joined the ${groupName} group subscription. Your group has SSO enabled.`
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user