Skip to content

Commit

Permalink
test: subscribing initialValue will also subscribe key now
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Aug 3, 2024
1 parent 045e40f commit 1445718
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/integrations/subscription.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async function runTest(page: Page) {
'message.formId: 1',
'message.errorId: 1',
'message.descriptionId: 1',
'message.initialValue: 1',
'message.initialValue: 2',
'message.value: 14',
'message.key: 2',
'message.dirty: 3',
Expand All @@ -222,7 +222,7 @@ async function runTest(page: Page) {
'form.id: 1',
'form.errorId: 1',
'form.descriptionId: 1',
'form.initialValue: 1',
'form.initialValue: 2',
'form.value: 21',
'form.key: 2',
'form.dirty: 3',
Expand All @@ -233,7 +233,7 @@ async function runTest(page: Page) {
'name.formId: 1',
'name.errorId: 1',
'name.descriptionId: 1',
'name.initialValue: 1',
'name.initialValue: 2',
'name.value: 8',
'name.key: 2',
'name.dirty: 3',
Expand All @@ -243,7 +243,7 @@ async function runTest(page: Page) {
'message.formId: 1',
'message.errorId: 1',
'message.descriptionId: 1',
'message.initialValue: 1',
'message.initialValue: 2',
'message.value: 14',
'message.key: 3',
'message.dirty: 3',
Expand All @@ -258,7 +258,7 @@ async function runTest(page: Page) {
'form.id: 2',
'form.errorId: 2',
'form.descriptionId: 2',
'form.initialValue: 1',
'form.initialValue: 2',
'form.value: 24',
'form.key: 3',
'form.dirty: 5',
Expand All @@ -269,7 +269,7 @@ async function runTest(page: Page) {
'name.formId: 2',
'name.errorId: 2',
'name.descriptionId: 2',
'name.initialValue: 1',
'name.initialValue: 2',
'name.value: 10',
'name.key: 3',
'name.dirty: 5',
Expand All @@ -279,7 +279,7 @@ async function runTest(page: Page) {
'message.formId: 2',
'message.errorId: 2',
'message.descriptionId: 2',
'message.initialValue: 1',
'message.initialValue: 2',
'message.value: 16',
'message.key: 4',
'message.dirty: 5',
Expand Down

0 comments on commit 1445718

Please sign in to comment.