ScreenPyHQ / screenpy

Screenplay pattern base for Python automated UI test suites.
MIT License
27 stars 3 forks source link

`MakeNote` does not update `key_to_log` when provided `as_`. #126

Closed perrygoy closed 6 months ago

perrygoy commented 6 months ago

MakeNote currently doesn't update key_to_log when you use its as_ method. This means it will always log <None> instead of the key that was provided.

The Action still works as expected, but it does not tell you what the key is. Very secretive!