This commit is contained in:
2021-12-19 19:37:48 +00:00
parent 531d7cf92b
commit 3b9125a4c6

View File

@@ -235,12 +235,12 @@ TODO: 1 BETA DOCS:
- 1 DOING: resurrect the old e2e test that opened every form and data table in the program and expand it to ensure it *does* open *every* possible form in the router.js
Is missing some forms possibly so go through router.js and look for any missing routes
Is missing some forms see notes.txt in e2e project
- 1 todo: turn tag selection into a COMMAND and add a slight delay to allow for it to do the search because it's currently too fast and so it adds instead of selecting
or maybe instead of delay it waits until it sees the search result then selects
In any case this needs to be a command to support future changes and to handle intermittent failures
-1 todo: e2e break monolithic accounting and service user tests into bits like smoke and order by number
Remove any test that are just to see if form opens as smoke takes care of that, these test sb about entering adn confirming data
@@ -253,6 +253,9 @@ TODO: 1 BETA DOCS:
they currently take too long to deliver and the notifications page requires a refresh as it will not display even when the notify icon shows it's in until refres
actually, this might be a bug of it's own, maybe if inactive for time it refreshes automatically??
- 1 todo: deploy to linux server test heavily and see if this error crops up again or is it just my pc:
Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content
could it be a non async route? https://tipsfordev.com/unhandled-exception-in-asp-net-core-web-api-on-linux