Skip to content

steps: unify usage of noted and noted_value

Filip Pokryvka requested to merge devel/fp/unify_noted_value into master

Some steps use context.noted as dictionary and some as single string. Other steps use context.noted_value for single string note.

Rewritting context.noted to context.noted_value when taking note of single string, to be compatible with other steps.

Merge request reports