Skip to content

Feat: User is now able to perform payments #593

Feat: User is now able to perform payments

Feat: User is now able to perform payments #593

Triggered via pull request July 26, 2024 14:36
Status Failure
Total duration 1m 45s
Artifacts

application.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build (20.x): src/__test__/Cart/Cart.test.tsx#L28
Replace `{·id:·1,·name:·'Product·1',·quantity:·2,·image:·'product_image.png'·}` with `⏎······{·id:·1,·name:·'Product·1',·quantity:·2,·image:·'product_image.png'·},⏎····`
build (20.x): src/__test__/Cart/Cart.test.tsx#L94
Replace `·id={1}·price={100}·name="Test·Product"·image='product_IMAGE.png'·quantity={3}` with `⏎··········id={1}⏎··········price={100}⏎··········name="Test·Product"⏎··········image="product_IMAGE.png"⏎··········quantity={3}⏎·······`
build (20.x): src/components/Cart/Cart.tsx#L68
Delete `··`
build (20.x): src/components/Cart/Cart.tsx#L80
Delete `··`
build (20.x): src/components/Cart/CartItem.tsx#L38
Delete `⏎······`
build (20.x)
Process completed with exit code 1.
build (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/