@alfresco/aca-playwright-shared 7.2.0-19402575803 → 7.2.0-19456164512
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3465,6 +3465,11 @@ class SearchFiltersTags extends BaseComponent {
|
|
|
3465
3465
|
await page.searchFilters.menuCardApply.click();
|
|
3466
3466
|
await page.dataTable.progressBarWaitForReload();
|
|
3467
3467
|
}
|
|
3468
|
+
async clearTagFilter(page) {
|
|
3469
|
+
await page.searchFilters.tagsFilter.click();
|
|
3470
|
+
await page.searchFilters.menuCardClear.click();
|
|
3471
|
+
await page.dataTable.progressBarWaitForReload();
|
|
3472
|
+
}
|
|
3468
3473
|
}
|
|
3469
3474
|
|
|
3470
3475
|
/*!
|