You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One example:
This following change lead to the smoke test failure because DOM element attribute was changed: eac49a3
This attribute was used in the smoke test to grab the contents of SCM part in status bar: 0aec2d6
The text was updated successfully, but these errors were encountered:
Exploration done and decision was made not to do any binding due to overhead and restrictions from the core code point of view.
Instead, log of smoke test failures should be created and maintained to understand common scenarios where tests fail because of loose binding or some other problems.
Currently it is difficult to know if any of the DOM elements touched during a development work are used in the smoke test.
Continuation of #25291 (comment).
One example:
This following change lead to the smoke test failure because DOM element attribute was changed:
eac49a3
This attribute was used in the smoke test to grab the contents of SCM part in status bar:
0aec2d6
The text was updated successfully, but these errors were encountered: