Closed WitchDevelops closed 2 months ago
Name | Link |
---|---|
Latest commit | 5e20d13efd3ae7e0cbdfa5e766986845891dc69d |
Latest deploy log | https://app.netlify.com/sites/telia-web-shop/deploys/66edd3fb79e91b0008699e1a |
Deploy Preview | https://deploy-preview-21--telia-web-shop.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 54 Accessibility: 97 Best Practices: 92 SEO: 92 PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Previously we missed disabling the 'Order now' button when the product is out of stock. This is now implemented: when the stock amount is 0, the button is disabled.
I also added a test case for that, and wrote tests for order success and order error messages.