Skip to content

Commit 1399435

Browse files
committed
wip
1 parent 70f0ac0 commit 1399435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/signals/signals-integration-tests/src/tests/signals-vanilla/signals-redaction.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ test('redaction enabled -> will XXX the value of text input', async ({
1010
page,
1111
}) => {
1212
await indexPage.loadAndWait(page, basicEdgeFn, {
13-
enableSignalsDebug: true,
13+
enableSignalsDebug: false,
14+
signalsIngestion: true,
1415
})
1516

1617
await Promise.all([

0 commit comments

Comments
 (0)