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
Scenario: Check output
Given I have an output defined
Then it must contain show_time
# And its value must be time_static.time_example.unix
If I uncomment the And I get the following error:
Scenario: Check output
Given I have an output defined
Then it must contain show_time
Failure: output property in show_time output does not match with ^time_static\.time_example\.unix$ case insensitive regex. It is set to show_time.
Failure: output property in show_time output does not match with ^time_static\.time_example\.unix$ case insensitive regex. It is set to time_static.time_example.
Failure: output property in show_time output does not match with ^time_static\.time_example\.unix$ case insensitive regex. It is set to object.
Failure: output property in show_time output does not match with ^time_static\.time_example\.unix$ case insensitive regex. It is set to false.
And its value must be time_static.time_example.unix
Failure:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an output:
I have the following scenario that works:
If I uncomment the
And
I get the following error:What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions