Wednesday, December 26, 2018
1 change · master
Resolved issues and error corrections
A mail-related automated test was not being run and contained outdated steps. This fix updates the test flow and ensures it is included in regular validation, helping catch future issues earlier without changing user-facing behavior.
Original PR description
Mail_tour test was not executed and contained some errors. This commit: -Remove the first steps that became useless with odoobot onboarding. -Add test_ui to _init_ so that it is executed on runbot. -Fix test to work proprely. Task: 1916093