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
test-failure-policy: Ignore window. prefix for ph_* test helper functions
We will soon move cockpit's test-functions.js helpers to the `window`
object, so that they become compatible with Webdriver's script
preloading API. This affects all naughty patterns which include any of
the `ph_*()` function calls (i.e. most patterns). Until this all lands
and settles down, avoid mass-changing all the patterns and just remove
the `window.` prefix for the comparison.
Note that the naughties also apply to old project branches.
0 commit comments