feat(Toast): Expose dismissToast function #3134
build_and_test.yml
on: pull_request
Build_icon_library
1m 25s
Lint_react-component-library
1m 20s
Security_audit
40s
Check_commits
36s
Test_design-tokens
53s
Build_react-component-library
1m 44s
Test_react-component-library
3m 19s
Matrix: Test-e2e_react-component-library
Test_a11y
2m 16s
Annotations
2 errors and 3 notices
[chromium] › forms/empty.spec.ts:112:15 › Form examples:
packages/react-component-library/e2e/forms/empty.spec.ts#L119
1) [chromium] › forms/empty.spec.ts:112:15 › Form examples, empty › Formik › when the form is filled in correctly › and the form is submitted › submits the form values
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
"description": "Hello, World!",
"email": "[email protected]",
- "exampleAutocomplete": "four",
+ "exampleAutocomplete": null,
"exampleCheckbox": Array [
"Option 2",
],
"exampleDatePicker": "2022-01-31T12:00:00.000Z",
"exampleNumberInput": 1,
"exampleRadio": "Option 1",
"exampleRangeSlider": Array [
- 28,
+ 20,
],
"exampleSelect": "three",
"exampleSwitch": "1",
"password": "password",
}
117 | .textContent()
118 |
> 119 | await expect(JSON.parse(submittedValues as string)).toEqual(
| ^
120 | expectedResult
121 | )
122 | })
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/empty.spec.ts:119:65
|
[chromium] › forms/empty.spec.ts:112:15 › Form examples:
packages/react-component-library/e2e/forms/empty.spec.ts#L119
2) [chromium] › forms/empty.spec.ts:112:15 › Form examples, empty › Native › when the form is filled in correctly › and the form is submitted › submits the form values
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
"description": "Hello, World!",
"email": "[email protected]",
- "exampleAutocomplete": "four",
+ "exampleAutocomplete": null,
"exampleCheckbox": Array [
"Option 2",
],
"exampleDatePicker": "2022-01-31T12:00:00.000Z",
"exampleNumberInput": 1,
"exampleRadio": "Option 1",
"exampleRangeSlider": Array [
- 28,
+ 20,
],
"exampleSelect": "three",
"exampleSwitch": "1",
"password": "password",
}
117 | .textContent()
118 |
> 119 | await expect(JSON.parse(submittedValues as string)).toEqual(
| ^
120 | expectedResult
121 | )
122 | })
at /home/runner/work/design-system/design-system/packages/react-component-library/e2e/forms/empty.spec.ts:119:65
|
🎭 Playwright Run Summary
2 skipped
112 passed (59.4s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › forms/empty.spec.ts:112:15 › Form examples, empty › Formik › when the form is filled in correctly › and the form is submitted › submits the form values
[chromium] › forms/empty.spec.ts:112:15 › Form examples, empty › Native › when the form is filled in correctly › and the form is submitted › submits the form values
112 passed (48.8s)
|
🎭 Playwright Run Summary
2 skipped
112 passed (56.7s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
|
1.08 MB |
|
playwright-test-results-1
|
6.91 MB |
|
playwright-test-results-2
|
221 KB |
|
playwright-test-results-3
|
218 KB |
|
storybook-static
|
36.1 MB |
|
storybook-static-e2e
Expired
|
32.1 MB |
|