Monday, June 21, 2021
2 changes · master
Resolved issues and error corrections
This update fixes an internal automated test so it matches recent changes in how the web interface loads menu information. It helps keep quality checks reliable without changing the user experience.
Original PR description
With the rewrite of the webclient in OWL 29731b404fe the load_menus method now returns all menus instead of the root menu. This commit adapts the click_everywhere tests to the change.
A previously skipped automated test for Documents Spreadsheet has been re-enabled after the underlying issue was already fixed. This helps ensure future changes are checked properly without affecting day-to-day users.
Original PR description
The test was skipped in commit 6be4fbb because the test was wrong. But it was fixed in the mean time by ea4c9ec Probably a rebase error :)