2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 06:31:27 +00:00

Cleanup tests (#9470)

This commit is contained in:
Oliver
2025-04-07 12:12:56 +10:00
committed by GitHub
parent 49680157a8
commit 3cd07c9da9
3 changed files with 11 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ export const setTableChoiceFilter = async (page, filter, value) => {
await page.getByPlaceholder('Select filter value').click();
await page.getByRole('option', { name: value }).click();
await page.waitForLoadState('networkidle');
await closeFilterDrawer(page);
};