Commit Graph

7 Commits

Author SHA1 Message Date
Cody Jackson ae1045e6ce Looks like we missed a the cloud credentials creator on the create cluster pages
Fixes #13802
2025-04-01 18:04:54 -07:00
Cody Jackson dbd576695e Preventing the re-render of cloud credentials when validation takes place
Fixes #13802
2025-03-28 14:24:28 -07:00
Richard Cox 01f3d0bf32 Improve cloud cred e2e tests
- don't nuke all cloud creds before tests starts, instead tidy up cloud creds created during tests at end
- use safer method of creating cloud creds and running dependent tests
  - instead of looping over but running tests at end of each chain create them then run test
- most important one, make creds THEN navigate to the page to ensure all creds are correctly in store
  - there's no socket updates for these, so we have to be sure they can be returned before we load the dashboard
2024-10-10 16:57:58 +01:00
Izaac Zavaleta ff4db1f4f1 Adding data state cleanup before running cloud-credential spec 2024-05-31 07:54:21 -07:00
Evgeniya Vashkevich ee44a98306
[Automation] Added a test for credential changing the Azure environment (#11033)
* [Automation] Added a test for credential changing the Azure environment
2024-05-16 14:19:11 -07:00
Yonas Berhe 2cc27cf91c update tests to use blank cluster id 2024-03-01 17:19:02 -08:00
Alexandre Alves e8abcbfbc9
fix issue with duplicate labels on editing a cluster cloud credential (#10225)
* update label on SelectCredential to display combination of name and id + fix label and placeholder on cloudcredential edit view + fix translation

* fix issue with duplicate labels on editing a cluster cloud credential

* address pr comments

* add e2e tests

* add fix for adjacent-overload-signatures ts lint error

* add fix for adjacent-overload-signatures ts lint error

* add fix for adjacent-overload-signatures ts lint error

* change type for body prop

* fix duplication of createRancherResource command and type definition

* fix linting on ts definition for getRancherResource

* address pr comments

* address pr comments

* address pr comments

---------

Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
2024-01-22 09:59:12 +00:00