diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd1a297784a1a84cbfe7470dd83a7989646d32ed..c90fa3c013d3629c135e240f3bd4fcefd93747e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ include: - project: 'platform-one/big-bang/pipeline-templates/pipeline-templates' - ref: master + ref: add-upgrades file: '/templates/package-tests.yml' diff --git a/chart/tests/cypress/mattermost-health.spec.js b/chart/tests/cypress/mattermost-health.spec.js index ffb3a95ff05b0b0664c19cb282ba92b893330f2f..ef6cde7a7170c6bc3b0cb3ab8b5b160df4d87be1 100644 --- a/chart/tests/cypress/mattermost-health.spec.js +++ b/chart/tests/cypress/mattermost-health.spec.js @@ -72,6 +72,8 @@ describe('Mattermost Healthcheck', function() { cy.get('input[id="TeamSettings.SiteName"]').clear().type(randomName) cy.get('button[id="saveSetting"]').click() cy.reload() + cy.wait(1000) + cy.reload() cy.title().should('include', randomName) }) })