Add unit tests for Namespace filtering in resources #7391
Closed
Description
Description
Ensure namespace filtering from the top bar to apply changes.
Context
Part of the group: #6613
- When a user selects a namespace in the top nav of cluster explorer, then goes to the list view of a namespaced resource such as Deployments, confirm that only resources in the selected namespaces are listed
- After refreshing the page, the namespace filter is still persisted
Required tests
- Assure the selection of the namespace from the top bar to be applied in the store or resource (tbd source file)
- Given a faux resource list from the endpoint, render based on filtered values from the store (example case on Development)
- Ensure
localstorageuser preference resource saving and loading capabilities