Merge pull request #4325 from overleaf/jpa-core-tests-in-saas-ce-pro
[misc] run core tests in SAAS/Server CE/Server Pro environment GitOrigin-RevId: 6278ae1eb760a4c0c16da1b71efdde844764a526
This commit is contained in:
@@ -631,7 +631,7 @@ describe('ProjectInviteTests', function () {
|
||||
describe('user is not logged in initially', function () {
|
||||
describe('registration prompt workflow with valid token', function () {
|
||||
before(function () {
|
||||
if (!Features.hasFeature('public-registration')) {
|
||||
if (!Features.hasFeature('registration')) {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
@@ -662,7 +662,7 @@ describe('ProjectInviteTests', function () {
|
||||
|
||||
describe('registration prompt workflow with non-valid token', function () {
|
||||
before(function () {
|
||||
if (!Features.hasFeature('public-registration')) {
|
||||
if (!Features.hasFeature('registration')) {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user