2
0
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:
Oliver
2025-01-29 15:52:25 +11:00
committed by GitHub
parent c67e80b50e
commit 01b74da255
5 changed files with 37 additions and 26 deletions

View File

@ -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) => {