Skip to content
Commit e5a305b9 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Allow Context subclasses in acceptance tests to access parent actor



Although uncommon, in some cases a Context may need to be extended (for
example, to override a step defined in the server with a specific
behaviour in the acceptance tests of an app); in those cases the
subclass should be able to access the actor attribute defined in the
Context it is extending.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 6db35584
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment