Wednesday, July 1, 2020
2 changes · master
Enhancements to existing features
The web test suite now better detects leftover page elements after automated tests complete. This helps catch test cleanup issues earlier, improving reliability for future development without changing normal user workflows.
Original PR description
Before this commit, unwanted elements left after QUnit tests were unnoticed because of some changes made to the XML test suite. Now, elements still present in the DOM after a test will be properly detected and logged, and an error will be thrown.
The Documents app action rule form now presents conditions before actions, making setup follow a more natural decision flow. Field labels were also clarified so users better understand the action button name and its related workspace.
Original PR description
Currently, 'Actions' is before 'Conditions' on the Actions rules setting. That's not logical, before act something, we have to define the conditions of this action. In this commit, we put 'Conditions' before 'Actions' on the Action rules setting. Also replace the label of 'Rule Name' and 'Workspace' by 'Action Button Name' and 'Related Workspace' respectively. LINKS PR: #11436 Task Id: 2278812