This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Description
Prerequisites
[Check these off before submitting an issue].
Description
Add the following missing unit tests to the action menu component:
- Test actions with availability as observable are in fact being hidden/shown based on the updates from the observable stream
- Test actions with availability as boolean or function are in fact being hidden/shown based on the values of action.availability
Impact
Test coverage of logic that is changed.