Feature/resume and my data style fixes #450
test.yml
on: pull_request
Hotfix Bypass
0s
Unit Tests
14m 20s
Annotations
2 errors
|
Unit Tests
Process completed with exit code 1.
|
|
src/components/Pages/MyData/client/__tests__/index.spec.ts > PrivacyForm behavior > renders preview states from query parameters for both workflows:
src/components/Pages/MyData/client/__tests__/index.spec.ts#L166
AssertionError: expected ' Check Your Details Enter a v…' to contain 'Enter a valid email address and confi…'
Expected: "Enter a valid email address and confirm the deletion request before submitting."
Received: " Check Your Details Enter a valid email address and confirm the deletion request befope submitting. "
❯ assert src/components/Pages/MyData/client/__tests__/index.spec.ts:166:52
❯ assert test/unit/helpers/litRuntime.ts:308:10
❯ test/unit/helpers/litRuntime.ts:246:9
❯ withJsdomEnvironment test/unit/helpers/litRuntime.ts:147:10
❯ renderInJsdom test/unit/helpers/litRuntime.ts:218:2
❯ Module.executeRender test/unit/helpers/litRuntime.ts:320:2
❯ src/components/Pages/MyData/client/__tests__/index.spec.ts:126:5
|