PMM Upgrade Full Matrix (e2e tests) #62
Annotations
2 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/[chromium] › upgrade/upgradePmmViaUi.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › upgrade/upgradePmmViaUi.spec.ts took 7.0m
|
|
|
The logs for this run have expired and are no longer available.
Loading