Hello,
We have some automated tests set up for a PTE. We're running them on BC 22.4 in a container (called by AL-GO for GitHub to be precise).
Now that we have approached March, the tests started to fail because of violating the Cronus license permissions.
Error: Validation error for Field: Requested Delivery Date, Message = 'In the current company the date you've entered is outside the allowed interval (this is determined by the filter '??11*|??12*|??01*|??02*', which is defined by the license file). (Select Refresh to discard errors)'
Starting with BC22 the Cronus license should be super-powered and should be able to handle the full range of dates in the CI process.
I noticed that the tests that error out are the ones that call pages with UI (TestPage.OpenNew() method). Is that a limitation of the new Cronus license? I was hoping that in the automated tests process it would skip the check even though technically the UI is used in the background. Did anyone have similar experience?