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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user