Example: User is running platform 1.23.x with the latest UI 1.11.7, the UI is looking for an endpoint /template_settings and throws a generic warning 404
We need to improve testing, so that issues like this are picked up. Like performing a set of fixed actions, running thought the UI, then there are two checks per 'action'.
did the action work?
Are the UI + API logs clean? (silent crashes, api warnings / errors)
Then duplicate these tests vs each stable version of the OasisPlatfom
Issue Description
Example: User is running platform
1.23.x
with the latest UI1.11.7
, the UI is looking for an endpoint/template_settings
and throws a generic warning 404We need to improve testing, so that issues like this are picked up. Like performing a set of fixed actions, running thought the UI, then there are two checks per 'action'.
Then duplicate these tests vs each stable version of the OasisPlatfom