Merge pull request #20062 from overleaf/ab-saas-authentication-module-renaming

[web] Rename overleaf-integration module to saas-authentication

GitOrigin-RevId: 7d69e06a19da9855fa9a0962114ad97b45ad8875
This commit is contained in:
Alexandre Bourdin
2024-08-22 16:25:00 +02:00
committed by Copybot
parent 0e71084600
commit 4997b7f1ee
11 changed files with 16 additions and 19 deletions
@@ -362,7 +362,7 @@ describe('ProjectListController', function () {
this.institutionName = 'Overleaf'
this.Features.hasFeature.withArgs('saml').returns(true)
this.Features.hasFeature.withArgs('affiliations').returns(true)
this.Features.hasFeature.withArgs('overleaf-integration').returns(true)
this.Features.hasFeature.withArgs('saas').returns(true)
done()
})
it('should show institution SSO available notification for confirmed domains', function () {