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
t.ok(Date.now()-start>=membershipsEndpointDelay,'It should not be ready without waiting for memberships, as there are segments in the first splits payload.');
@@ -466,8 +466,8 @@ export default function (fetchMock, assert) {
466
466
});
467
467
constCLIENTS_COUNT=3;// Just so it's easier to read the assertions.
t.ok(Date.now()-start>=membershipsEndpointDelay,'It should not be ready without waiting for memberships, when we start from cache it might be stale.');
@@ -509,8 +509,8 @@ export default function (fetchMock, assert) {
509
509
});
510
510
constCLIENTS_COUNT=3;// Just so it's easier to read the assertions.
t.ok(Date.now()-start>=membershipsEndpointDelay,'It should not be ready without waiting for memberships, when we start from cache it might be stale and we had segments even though the update has nothing.');
@@ -645,8 +645,8 @@ export default function (fetchMock, assert) {
645
645
});
646
646
constCLIENTS_COUNT=3;// Just so it's easier to read the assertions.
0 commit comments