mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user