Alexandre Alves

Results 103 comments of Alexandre Alves

Debatable, probably, but seems testable through an e2e to cover a possible regression scenario in the future. Adding `automation-candidate`.

With https://github.com/rancher/dashboard/blob/master/cypress/e2e/blueprints/other-products/v2-monitoring.js#L7857 this might be testable. Added `automation-candidate`

possible `automation-candidate` if the cluster can be faked to go to EDIT view, something based of https://github.com/rancher/dashboard/blob/master/cypress/e2e/blueprints/nav/fake-cluster.ts as an example

Updated QA labels since I've added an e2e test with https://github.com/rancher/dashboard/pull/10899

Added `automation-candidate` based on the fact that we have a pattern to mock a cluster, like https://github.com/rancher/dashboard/blob/master/cypress/e2e/blueprints/nav/fake-cluster.ts... will take a bit of time to get all of Vsphere responses mocked,...

> I think even though you are not allowed to change the values later, you should still be able to see the exact values you entered when you created the...

I removed the optional chaining before (I agree it should not be needed) but this caused failures in at least another unit test... I just re-added them to move this...

Yes, let's do it. This PR is so old that we wouldn't be able to use it anyway.

Interesting. I use Rancher on docker and I've never done an upgrade (but it's only for dev purposes my env). Out of curiosity, from which version did you upgrade from...

@navin772 so, you might be missing the `ui-plugin-operator` chart. Can you go to your local cluster -> apps -> repositories and add this `git` repo there? Then, on the the...