diff --git a/tests/Integration/EventTest.php b/tests/Integration/EventTest.php index d6ca4dce5d76..ff8ca0c971eb 100644 --- a/tests/Integration/EventTest.php +++ b/tests/Integration/EventTest.php @@ -796,6 +796,7 @@ class EventTest extends TestCase $data = [ 'name' => $this->faker->firstName, + 'steps' => "cart,auth.login-or-register", ]; $response = $this->withHeaders([ @@ -809,6 +810,7 @@ class EventTest extends TestCase $data = [ 'name' => $this->faker->firstName, + 'steps' => "cart,auth.login-or-register", ]; $response = $this->withHeaders([ @@ -820,6 +822,7 @@ class EventTest extends TestCase $data = [ 'ids' => [$arr['data']['id']], + 'steps' => "cart,auth.login-or-register", ]; $response = $this->withHeaders([