Andrew A. Barber
Andrew A. Barber
### Expected behavior 'Subscribe to newsletter' checkbox should stay checked throughout filling in checkout fields. ### Actual behavior 'Subscribe to newsletter' checkbox becomes unchecked when moving to the next section...
When adding the custom repo to HACs I receive the following error: `Repository structure for 0.5 is not compliant` HACs Version: 1.18.0
## What? As per the engines provided in package.json and the node version within .nvmrc, I've updated the readme to reflect the correct versions required. #1737 ## Why? The incorrect...
As per [BigCommece Developers Slack](https://bigcommerce-devs.slack.com/archives/C012R9319AT/p1709540402926079) thread, the incorrect versions of Node/NPM are mentioned within the readme. PR incoming...
On checkout the user should be able to hit the tab key to navigate between different shipping methods and then hit the enter key to select any of the highlighted...
On checkout the user should be able to hit the tab key to navigate between different payment methods and then hit the enter key to select any of the highlighted...
On checkout, the user can hit the tab key to highlight the “Subscribe to our newsletter” checkbox, on the first step of checkout. If the user hits the enter key,...
The script receives a timeout on login when using the [*new* Facebook](https://about.fb.com/news/2020/05/the-new-facebook-com/). If I have time I can take a look further into this, just thought I'd raise an issue...
### Expected behavior Audit results should be displayed. ### Actual behavior Audit results are all displayed as `null`. ### Steps to reproduce behavior - Run `npm run-script lighthouse`
#### What? I replaced `rawValue` to `numericValue` within the lighthous NPM script due to it being [changed upstream](https://github.com/GoogleChrome/lighthouse/pull/8385). #### Tickets / Documentation - [core: replace rawValue with numericValue in audit...