Skip to content

Commit

Permalink
Merge pull request neos#5035 from mhsdesign/task/fixBehatIAmInWorkspa…
Browse files Browse the repository at this point in the history
…ceStep

TASK: Reset `$this->currentWorkspaceName` in behat tests before scenario
  • Loading branch information
mhsdesign authored May 9, 2024
2 parents e78ae55 + aeaad5c commit d6700d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function beforeEventSourcedScenarioDispatcher(BeforeScenarioScope $scope)
$this->currentDimensionSpacePoint = null;
$this->currentRootNodeAggregateId = null;
$this->currentContentStreamId = null;
$this->currentWorkspaceName = null;
$this->currentNodeAggregate = null;
$this->currentNode = null;
}
Expand Down

0 comments on commit d6700d2

Please sign in to comment.