Replies: 1 comment 1 reply
-
Thanks for pointing that out. This is an issue. You can use a workaround of using rows instead for example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to your description (https://docs.gauge.org/writing-specifications.html?os=macos&language=javascript&ide=vscode#step-implementations) I wrote following step definition to check all input fields on a site:
In a scenario I like to use it as followed:
If values differ from expected value the step does not give an error, but gives a green check. I tried several tricks, changing to sync functions, use try/catch statements, used .catch functions, but none worked. Differing values are accepted with the test.
Environment:
Ubuntu Impish
Gauge 1.4.3
html-report 4.1.4
js 2.4.0
json-report 0.3.6
Beta Was this translation helpful? Give feedback.
All reactions