Skip to content

Commit caef75a

Browse files
author
Anna Manukyan
committed
[#638] Updated server version for RU tests.
1 parent 9fc6631 commit caef75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/8_rolling-upgrades-detection.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Rolling Upgrades', () => {
3232
cy.contains("2 members in use");
3333
cy.contains("Rolling Upgrade in Progress — Some features may be temporarily unavailable");
3434
cy.contains("16.0.0.Dev07");
35-
cy.contains("16.0.0-SNAPSHOT");
35+
cy.contains("16.0.2-SNAPSHOT");
3636

3737
// Restarting the docker container with same version and waiting for 20seconds to server to come up, reloading the page
3838
cy.exec('bash restart_server_with_latest_version.sh > ~/log.log', 120000).then((result) => {
@@ -45,7 +45,7 @@ describe('Rolling Upgrades', () => {
4545
cy.contains("2 members in use");
4646
cy.contains("Upgrade Complete — Please clear your browser cache and reconnect to see the latest console version.");
4747
cy.contains("16.0.0.Dev07").should('not.exist');
48-
cy.contains("16.0.0-SNAPSHOT");
48+
cy.contains("16.0.2-SNAPSHOT");
4949
})
5050
});
5151

0 commit comments

Comments
 (0)