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:
Jakob Ackermann
2021-07-20 11:33:46 +00:00
committed by Copybot
parent 411a12cb2d
commit fe4c48b7fb
36 changed files with 360 additions and 5173 deletions
@@ -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()
}
})