Skip to content

Commit f91b4d7

Browse files
rawagnerammont82
andauthored
Bump AI Lib to 2.14.0-cim (stolostron#4160)
* Update Assisted Installer UI Lib to 2.14.0-cim Signed-off-by: Montse Ortega <mortegag@redhat.com> * Fixing tests Signed-off-by: Montse Ortega <mortegag@redhat.com> * More test fixes Signed-off-by: rawagner <rawagner@redhat.com> --------- Signed-off-by: Montse Ortega <mortegag@redhat.com> Signed-off-by: rawagner <rawagner@redhat.com> Co-authored-by: Montse Ortega <mortegag@redhat.com>
1 parent 3c8a177 commit f91b4d7

File tree

7 files changed

+1459
-1478
lines changed

7 files changed

+1459
-1478
lines changed

frontend/package-lock.json

+176-330
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@mui/material": "^5.11.1",
4545
"@octokit/rest": "19.0.3",
4646
"@octokit/types": "6.40.0",
47-
"@openshift-assisted/locales": "2.13.0-cim",
48-
"@openshift-assisted/ui-lib": "2.13.0-cim",
47+
"@openshift-assisted/locales": "2.14.0-cim",
48+
"@openshift-assisted/ui-lib": "2.14.0-cim",
4949
"@patternfly-labs/react-form-wizard": "^2.2.0",
5050
"@patternfly/patternfly": "^5.4.2",
5151
"@patternfly/react-charts": "^7.4.7",

frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/CreateCluster.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1164,9 +1164,9 @@ describe('CreateCluster on premise', () => {
11641164
await typeByTestId('form-input-name-field', clusterName)
11651165
await typeByTestId('form-input-baseDnsDomain-field', baseDomain)
11661166

1167-
await clickByTestId('form-input-highAvailabilityMode-field')
1167+
await clickByTestId('form-input-highAvailabilityMode-field', 0)
11681168
await waitForText('ai:SNO enables you to install OpenShift using only one host.')
1169-
await clickByTestId('form-input-highAvailabilityMode-field')
1169+
await clickByTestId('form-input-highAvailabilityMode-field', 0)
11701170

11711171
await waitForText('OpenShift 4.8.15') // single value of combobox
11721172
await typeByTestId('additionalLabels', 'myLabelKey=myValue')

frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/components/assisted-installer/hypershift/DetailsForm.test.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe('DetailsForm', () => {
3939
cpuArchitecture: '',
4040
platform: 'baremetal',
4141
userManagedNetworking: false,
42+
customOpenshiftSelect: null,
4243
},
4344
step: {
4445
title: {

0 commit comments

Comments
 (0)