Wednesday, July 7, 2021
1 change · master
Resolved issues and error corrections
This change removes unstable checks from two web client tests so they no longer fail unpredictably during automated testing. It helps keep development and release validation more dependable without changing user-facing behavior.
Original PR description
Before this commit, two tests had undeterministic outcomes: they wanted to assert something in DOM was present at the same tiome as an owl rendering After this commit, the problematic asserts are removed and the tests behave deterministically. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr