Create an automated test to verify that the addon configuration confirmation modal functions correctly when editing a cluster's Kubernetes version.
Setup: Create a real RKE2 cluster with a specific Kubernetes version (e.g., v1.27.x)
Test Scenario:
- Navigate to cluster edit page
- Change Kubernetes version to trigger the addon confirmation modal
- Verify modal appears
- Validate cluster upgrade process completes without errors
Note: This test will need to be implemented in the Jenkins pipeline environment since it requires creating and managing real clusters.
rancher/dashboard#15183