[ACS-9154] Fix unstable tests in ACA after migration to local ACS (#4341)

* [ACS-9154] enable flaky tests for debugging

* [ACS-9154] added artifacts

* [ACS-9154] Added wait for viewer spinner to load + excluded one test

* [ACS-9154] Final tests stabilization (for this pr)

* [ACS-9154] Excluded XAT-5304

* [ACS-9154] exclude C277736 updated
This commit is contained in:
Adam Świderski
2025-02-04 11:35:17 +01:00
committed by GitHub
parent 9138802bd3
commit f01d6e161b
10 changed files with 37 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ export class ContentNodeSelectorDialog extends BaseComponent {
await row.click();
await expect(this.selectedRow).toBeVisible();
}).toPass({
intervals: [2_000, 2_000, 2_000, 2_000, 2_000, 2_000, 2_000],
intervals: [2_000],
timeout: 20_000
});
}

View File

@@ -54,7 +54,7 @@ export class LinkRulesDialog extends BaseComponent {
await row.click();
await expect(this.selectFolderButton).toBeEnabled();
}).toPass({
intervals: [2_000, 2_000, 2_000, 2_000, 2_000, 2_000, 2_000],
intervals: [2_000],
timeout: 20_000
});
}

View File

@@ -70,7 +70,7 @@ export class ManageRules extends BaseComponent {
await this.ruleToggle.click();
await expect(this.ruleToggleFalse).toBeVisible();
}).toPass({
intervals: [2_000, 2_000, 2_000, 2_000, 2_000, 2_000, 2_000],
intervals: [2_000],
timeout: 20_000
});
}