Fix notes.js & areas.js UID usage and remove IDs. (#355)
* Add logging placeholder functions, fix notes.js uids * Fix areas.js uids and remove ids * Add UIDs to inbox items. Includes migration. * id -> uid for task-events.js --------- Co-authored-by: antanst <>
This commit is contained in:
parent
11568e6f3c
commit
c9f7fbb522
38 changed files with 730 additions and 484 deletions
|
|
@ -110,6 +110,6 @@ bash -c '
|
|||
# Respect E2E_SLOWMO and run only Firefox sequentially
|
||||
npx playwright test --headed --project=Firefox --workers=1
|
||||
else
|
||||
npm test
|
||||
npx playwright test --workers=10
|
||||
fi
|
||||
'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue