2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 17:53:44 +00:00

[UI] Fix ReturnOrder table (#11845)

* [UI] Fix ReturnOrder table

- Closes https://github.com/inventree/InvenTree/issues/11833

* Add playwright test
This commit is contained in:
Oliver
2026-05-02 10:04:41 +10:00
committed by GitHub
parent 7269b0c21f
commit 76407d71b8
4 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -829,7 +829,7 @@ test('Parts - Parameter Filtering', async ({ browser }) => {
test('Parts - Test Results', async ({ browser }) => {
const page = await doCachedLogin(browser, { url: '/part/74/test_results' });
await page.waitForTimeout(2500);
await page.waitForTimeout(500);
await page.getByText(/1 - \d+ \/ 1\d\d/).waitFor();
await page.getByText('Blue Paint Applied').waitFor();