* Improve pod.spec test
* Improve another repo spec test
* vai test improvements
* Various fixes
* pagination change fixes
* pagination change fixes + new settings
* Update settings-utils.ts
* Fixes
* create name fixes
* improve namespace picker test
* Fix user response
* fixes
* fixes
* fixes
* Make up for userpreference lag by waiting for desired value
* Dont include junk revision in mock resources
- causes MASSSIVE socket spam if the rancher revision exceeds it
* update burger menu, make it clear there's pinned and other cluster lists
also comment out .skip, they play HAVOC with test reports
* improve tableRowsPerPageAndNamespaceFilter
* fix project-namespace
* more fixes...
* Revert "Dont include junk revision in mock resources"
This reverts commit 9aaaabb02c.
* real revision fix
* lint fixes are commenting out skip
* use common resource revision
* safer userpref check
* fix standard user tests
* more linting
* because why not
* fixes/improvements
* Add retry to updateNamespaceFilter
* improve CRD list check for count
* after own review
* tie in failure and retry to tableRowsPerPageAndNamespaceFilter
* handle events count less than 500...
* fix merge fail
* Add users and roles tests
* Refactor: split user-and-auth.po into user.po and roles.po and added roles tests
* Refactor users to reflect underlying list, create/edit and detail components
- Make Users PO root page for users list.
- contains list po which extends BaseResourceList
- contains user specific list stuff
- Move create edit stuff to own PO
- Move detail stuff to own PO, extend ResourceDetailPo
* Update roles as per previous changes to users
- different to users given different resource types
* split users and roles tests
* Remove unrequried command.ts, make http 200 check more lenient
---------
Co-authored-by: Yonas Berhe <yberhe@Yonass-MacBook-Pro.local>
Co-authored-by: Richard Cox <richard.cox@suse.com>
- banner should be visibile when test starts
- banner is visible if v3 setting is not 'true' and there is a missing helm repo
- previously confirmed the repo is missing, now confirm the v3 setting is correct
- split rancher api commands out from base commands, added get/set commands