diff --git a/tests/TestCase.php b/tests/TestCase.php index c5510e0..03a1f98 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -16,7 +16,7 @@ abstract class TestCase extends BaseTestCase parent::setUp(); TestResponse::macro('props', function ($key = null) { - $props = json_decode(json_encode($this->original->getData()['props']), JSON_OBJECT_AS_ARRAY); + $props = json_decode(json_encode($this->original->getData()['page']['props']), JSON_OBJECT_AS_ARRAY); if ($key) { return Arr::get($props, $key);