You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use pusher cli in CI to have a subscriber active (#349)
Some of our acceptance tests require a channel to have subscriber. We're now using the pusher cli tool to automate tha t in the CI.
Co-authored-by: Jon Elverkilde <[email protected]>
@@ -88,24 +89,25 @@ public function testChannelListUsingGenericGet(): void
88
89
89
90
$channels = $result['channels'];
90
91
91
-
self::assertCount(1, $channels,
92
+
self::assertGreaterThanOrEqual(1, $channels,
92
93
'channels have a single my-channel present. For this test to pass you must have the "Getting Started" page open on the dashboard for the app you are testing against');
'channels have a single my-channel present. For this test to pass you must have the "Getting Started" page open on the dashboard for the app you are testing against');
0 commit comments