mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
[UI] Part pricing breaks (#8975)
* Un-hide pricing panels * Change positioning * Enhanced playwrigh testing
This commit is contained in:
@ -36,6 +36,10 @@ export const doQuickLogin = async (
|
||||
|
||||
await page.getByLabel('navigation-menu').waitFor();
|
||||
await page.getByText(/InvenTree Demo Server -/).waitFor();
|
||||
|
||||
// Wait for the dashboard to load
|
||||
await page.getByText('No widgets selected').waitFor();
|
||||
await page.waitForTimeout(250);
|
||||
};
|
||||
|
||||
export const doLogout = async (page) => {
|
||||
|
Reference in New Issue
Block a user