Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Action items populate as soon as they are available + Removing Servic…
…e Worker Requirement (#3857) fixes #3853 and #3849 <!-- Link to relevant issue (for ex: "fixes #1234") which will automatically close the issue once the PR is merged --> ## PR Type Features ## Describe the current behavior? <!-- Please describe the current behavior that is being modified or link to a relevant issue. --> 1. Action items do not show at all until all tests are done running 2. You are required to have a service worker to package. ## Describe the new behavior? 1. Action items populate the todo list as they come in from their respective tests completing. 2. The service worker doesn't need to be present to package. ## PR Checklist - [x] Test: run `npm run test` and ensure that all tests pass - [x] Target main branch (or an appropriate release branch if appropriate for a bug fix) - [x] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. ## Additional Information --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Justin Willis <[email protected]> Co-authored-by: Justin Willis (HE / HIM) <[email protected]> Co-authored-by: Zach Teutsch <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikola Metulev <[email protected]> Co-authored-by: Amrutha Srinivasan <[email protected]> Co-authored-by: Judah Gabriel Himango <[email protected]>
- Loading branch information