PMM Upgrade Full Matrix (e2e tests) #52
Annotations
3 errors, 1 warning, and 2 notices
pmm-ui-tests/playwright-tests/components/pmmUpgrade.ts#L43
1) [chromium] › upgrade/upgradePmmViaUi.spec.ts:15:7 › Common Upgrade PMM tests › PMM-T288 Verify user can see Update widget before upgrade [critical] @pmm-upgrade
locator.waitFor: Timeout 180000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@aria-label="PMM Upgrade panel"]').getByText('Upgrade to') to be visible
============================================================
at ../components/pmmUpgrade.ts:43
41 |
42 | verifyUpgradeWidget = async () => {
> 43 | await this.buttons.upgradeButton.waitFor({ state: 'visible', timeout: Duration.ThreeMinutes });
| ^
44 | await expect(this.elements.upToDate).toBeHidden();
45 | await this.elements.lastUpgradeCheckDate.waitFor({ state: 'visible' });
46 | const availableVersion = await this.elements.availableVersion.textContent();
at PmmUpgrade.verifyUpgradeWidget (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/components/pmmUpgrade.ts:43:38)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/upgrade/upgradePmmViaUi.spec.ts:19:36
|
pmm-ui-tests/playwright-tests/pages/HomeDashboard.page.ts#L43
2) [chromium] › upgrade/upgradePmmViaUi.spec.ts:22:7 › Common Upgrade PMM tests › PMM-T3 Verify user is able to Upgrade PMM version [blocker] @pmm-upgrade
locator.waitFor: Timeout 180000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@aria-label="PMM Upgrade panel"]').getByText('Upgrade to') to be visible
============================================================
at ../pages/HomeDashboard.page.ts:43
41 |
42 | upgradePMM = async () => {
> 43 | await this.pmmUpgrade.buttons.upgradeButton.waitFor({ state: 'visible', timeout: Duration.ThreeMinutes });
| ^
44 | const currentVersion = await this.pmmUpgrade.elements.currentVersion.textContent();
45 | await this.pmmUpgrade.buttons.upgradeButton.click();
46 | const availableVersion = await this.pmmUpgrade.elements.availableVersion.textContent();
at HomeDashboard.upgradePMM (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/HomeDashboard.page.ts:43:49)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/upgrade/upgradePmmViaUi.spec.ts:25:25
|
|
pmm-ui-tests/playwright-tests/[chromium] › upgrade/upgradePmmViaUi.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › upgrade/upgradePmmViaUi.spec.ts took 6.4m
|
2 failed
[chromium] › upgrade/upgradePmmViaUi.spec.ts:15:7 › Common Upgrade PMM tests › PMM-T288 Verify user can see Update widget before upgrade [critical] @pmm-upgrade
[chromium] › upgrade/upgradePmmViaUi.spec.ts:22:7 › Common Upgrade PMM tests › PMM-T3 Verify user is able to Upgrade PMM version [blocker] @pmm-upgrade
|
|
The logs for this run have expired and are no longer available.
Loading