mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -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
|
||||
});
|
||||
}
|
||||
|
@@ -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
|
||||
});
|
||||
}
|
||||
|
@@ -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
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user