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:
@@ -179,6 +179,12 @@ test.describe('Info Drawer - File Folder Properties', () => {
|
||||
test('[XAT-17240] Remove a tag from a node', async ({ personalFiles }) => {
|
||||
await fileActionsApi.waitForNodes(Folder17240, { expect: 1 });
|
||||
await tagsApi.assignTagToNode(Folder17240Id, tagBody);
|
||||
await expect(async () => {
|
||||
expect((await tagsApi.listTagsForNode(Folder17240Id)).list.entries.length).toEqual(1);
|
||||
}).toPass({
|
||||
intervals: [1_000],
|
||||
timeout: 10_000
|
||||
});
|
||||
await personalFiles.navigate();
|
||||
await Utils.reloadPageIfRowNotVisible(personalFiles, Folder17240);
|
||||
await expect(personalFiles.dataTable.getRowByName(Folder17240)).toBeVisible();
|
||||
|
Reference in New Issue
Block a user