mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-13 17:57:05 +00:00
[bug] Fix table ordering (#11277)
* Additional filtering options for stock list * Fix ordering for stock table * Ordering fix for build order table * Ordering for supplier parts and manufacturer parts * SalesOrderLineItem: Order by IPN * ReturnOrderLineItem table: - Order by part name - Order by part IPN * Update API version to 451 Increment API version to 451 and update changelog. * Add playwright tests for column sorting * Add backend tests for API ordering --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@@ -104,9 +104,10 @@ test('Spotlight - No Keys', async ({ browser }) => {
|
||||
await page.waitForTimeout(250);
|
||||
|
||||
// assert the nav headers are visible
|
||||
await page.getByText('Navigation').waitFor();
|
||||
await page.getByText('Documentation').waitFor();
|
||||
await page.getByText('Navigation').first().waitFor();
|
||||
await page.getByText('Documentation').first().waitFor();
|
||||
await page.getByText('About').first().waitFor();
|
||||
|
||||
await page
|
||||
.getByRole('button', { name: 'Notifications', exact: true })
|
||||
.waitFor();
|
||||
|
||||
Reference in New Issue
Block a user