File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
e2e/playwright/tests/deploy-upgrade Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ADMIN_CONSOLE_KURL_PROXY_IMAGE_OVERRIDE = kotsadm/kurl-proxy:v2024.7.8-ec8-night
10
10
EMBEDDED_OPERATOR_CHART_VERSION = 0.39.0-build.3
11
11
EMBEDDED_OPERATOR_BINARY_URL_OVERRIDE =
12
12
EMBEDDED_OPERATOR_UTILS_IMAGE = busybox:1.36.1
13
- EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE = ttl.sh/embedded-cluster-operator-image:dev-a11a481
13
+ EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE = ttl.sh/sgalsaleh/ embedded-cluster-operator-image:24h
14
14
OPENEBS_CHART_VERSION = 4.1.0
15
15
OPENEBS_UTILS_VERSION = 4.1.0
16
16
SEAWEEDFS_CHART_VERSION = 4.0.0
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ test('deploy upgrade', async ({ page }) => {
33
33
}
34
34
35
35
await expect ( page . locator ( '.available-update-row' , { hasText : process . env . APP_UPGRADE_VERSION } ) ) . not . toBeVisible ( { timeout : 10 * 1000 } ) ;
36
- await expect ( page . locator ( '.VersionHistoryRow' , { hasText : process . env . APP_UPGRADE_VERSION } ) ) . toContainText ( 'Currently deployed version' , { timeout : 30 * 1000 } ) ;
36
+ await expect ( page . locator ( '.VersionHistoryRow' , { hasText : process . env . APP_UPGRADE_VERSION } ) ) . toContainText ( 'Deploying' ) ;
37
+ await expect ( page . locator ( '.VersionHistoryRow' , { hasText : process . env . APP_UPGRADE_VERSION } ) ) . toContainText ( 'Currently deployed version' , { timeout : 90 * 1000 } ) ;
37
38
await page . getByRole ( 'link' , { name : 'Dashboard' , exact : true } ) . click ( ) ;
38
39
await expect ( page . locator ( '.VersionCard-content--wrapper' ) ) . toContainText ( process . env . APP_UPGRADE_VERSION ) ;
39
40
await expect ( page . locator ( '#app' ) ) . toContainText ( 'Currently deployed version' ) ;
You can’t perform that action at this time.
0 commit comments