Monday, July 29, 2024
1 change · saas-17.1
Resolved issues and error corrections
This fix updates a Point of Sale test so it uses a more unique ZIP code when identifying a customer record. It prevents test failures caused by matching the wrong customer, helping keep automated quality checks reliable.
Original PR description
The test was failing because it tried to check the ZIP code of the partner. That was because the ZIP in the test was 99999, and another partner has a tax ID that contains 99999. The test was checking the first partner displayed on the list, and it was not the one with the ZIP but the one with the tax ID. This commit makes the ZIP code of the partner more long and unique to avoid this kind of issue. Runbot error: 72516, 72515, 72513