Merge pull request #27599 from overleaf/jpa-flaky-test

[server-ce] tests: work around overflow of OVERLEAF_APP_NAME

GitOrigin-RevId: da12b8874273319d2b624f10b257b123a3ea44cc
This commit is contained in:
Jakob Ackermann
2025-08-04 11:15:40 +02:00
committed by Copybot
parent 491b626b64
commit e04b6ac8dc
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ describe('admin panel', function () {
cy.then(() => {
openEmail(
'Activate your Overleaf Community Edition Account',
'Activate your E2E test Account',
(frame, { url }) => {
frame.contains('Set password').then(el => {
expect(el.attr('href')!).to.equal(url)
@@ -67,7 +67,7 @@ describe('admin panel', function () {
})
cy.then(() => {
openEmail(
'Activate your Overleaf Community Edition Account',
'Activate your E2E test Account',
(frame, { url }) => {
frame.contains('Set password').then(el => {
expect(el.attr('href')!).to.equal(url)

View File

@@ -11,7 +11,7 @@ services:
condition: service_started
environment:
OVERLEAF_SITE_URL: 'http://sharelatex'
OVERLEAF_APP_NAME: Overleaf Community Edition
OVERLEAF_APP_NAME: E2E test
OVERLEAF_MONGO_URL: mongodb://mongo/sharelatex?directConnection=true
OVERLEAF_REDIS_HOST: redis
REDIS_HOST: redis