diff --git a/cypress/e2e/blueprints/manager/clusterProviderUrlCheck.ts b/cypress/e2e/blueprints/manager/clusterProviderUrlCheck.ts index a11f8300107..5ac2dc29e3b 100644 --- a/cypress/e2e/blueprints/manager/clusterProviderUrlCheck.ts +++ b/cypress/e2e/blueprints/manager/clusterProviderUrlCheck.ts @@ -5,11 +5,11 @@ export const providersList = [ conditions: [ { rkeType: 'rke2', - loads: 'rke1' + loads: 'rke2' }, { rkeType: 'rke1', - loads: 'rke1' + loads: 'rke2' }, ] }, diff --git a/pkg/eks/components/AccountAccess.vue b/pkg/eks/components/AccountAccess.vue index b52dae30fb9..657f7c9867d 100644 --- a/pkg/eks/components/AccountAccess.vue +++ b/pkg/eks/components/AccountAccess.vue @@ -1,6 +1,6 @@