Skip to content

Commit 440ee97

Browse files
nicklaslclaude
andauthored
docs(js): note how to restore e2e sticky assignment test (#384)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6cee589 commit 440ee97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openfeature-provider/js/src/ConfidenceServerProviderLocal.e2e.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ describe('ConfidenceServerProvider E2E tests', () => {
8989

9090
// The flag has a running experiment with a sticky assignment. The intake is paused but we should still get the sticky assignment.
9191
// If this test breaks it could mean that the experiment was removed or that the bigtable materialization was cleaned out.
92+
// To restore: open the experiment in the Confidence UI and resume the intake, then run this test once (the resolve re-seeds the sticky materialization for 'test-a'), then pause the intake again.
9293
expect(result.value).toBe(99.99);
9394
expect(result.variant).toBe('flags/web-sdk-e2e-flag/variants/sticky');
9495
expect(result.reason).toBe('MATCH');

0 commit comments

Comments
 (0)