Thursday, October 29, 2020
2 changes · master
Resolved issues and error corrections
This change fixes an unreliable automated test in the Belgian payroll accounting area. It prevents random test failures caused by changing demo data dependencies, helping keep build results dependable without changing user-facing behavior.
Original PR description
Since this test is designed to be dependent of demo data, it depends of already installed modules that is not deterministic. Therefore, this test is causing red build everywhere.
This fix improves the reliability of dashboard behavior by ensuring the Measures menu is available before tests or actions continue. It helps prevent intermittent issues that could make dashboard-related checks fail unexpectedly.
Original PR description
The commit ee5461038cebbde234a5897d448e62c94e7e21dd did not complete the job as expected. The present commit should.