2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

[PUI] Notes Editor UX (#8265)

* Rearrange icons

* Remove isDirty flag

- Mucks around with editor focus
- Need to revisit this

* Fix playwright test

* Fix playwright test
This commit is contained in:
Oliver
2024-10-10 21:00:22 +11:00
committed by GitHub
parent a3f045e12c
commit 35969b11a5
3 changed files with 40 additions and 36 deletions

View File

@ -237,8 +237,9 @@ test('Pages - Part - Notes', async ({ page }) => {
// Enable notes editing
await page.getByLabel('Enable Editing').click();
await page.getByLabel('Disable Editing').waitFor();
await page.getByLabel('Save Notes').waitFor();
await page.getByLabel('Close Editor').waitFor();
});
test('Pages - Part - 404', async ({ page }) => {