2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

[PUI] Set password (#8770)

* Add <ChangePassword> page

* Rename Set-Password to ResetPassword

* Add unit testing

* Ensure user is properly logged into page

* Update playwright tests

* Small tweaks
This commit is contained in:
Oliver
2024-12-27 11:01:48 +11:00
committed by GitHub
parent 5499884553
commit 189f2303b8
8 changed files with 181 additions and 10 deletions

View File

@ -116,6 +116,8 @@ test('Parts - Allocations', async ({ page }) => {
await page.getByText('5 / 109').waitFor();
// Navigate to the "Allocations" tab
await page.waitForTimeout(500);
await page.getByRole('tab', { name: 'Allocations' }).click();
await page.getByRole('button', { name: 'Build Order Allocations' }).waitFor();