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
Answer - they're not failing because arithmetic operations ARE supported, but only if you put a space between the operation and the variable. And we just didn't write that down anywhere, so they mysteriously fail if you don't do it right, and it therefore looks like it's totally unsupported.
Summary Title:
We have these in several tests. How are these not failing?
Description:
Steps to reproduce:
grep -E '(minValue|maxValue|value):\s*[a-zA-Z0-9.]+\s*[-+/]+\s[a-zA-Z0-9.]' src/app/tests/suites/certification/*.yaml
The text was updated successfully, but these errors were encountered: