@red-hat-developer-hub/e2e-test-utils 1.1.25 → 1.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,11 +136,11 @@ check_operator_status() {
136
136
  }
137
137
 
138
138
  install_serverless_logic_ocp_operator() {
139
- install_subscription logic-operator-rhel8 openshift-operators alpha logic-operator-rhel8 redhat-operators openshift-marketplace
139
+ install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
140
140
  return 0
141
141
  }
142
142
  waitfor_serverless_logic_ocp_operator() {
143
- check_operator_status 500 openshift-operators "OpenShift Serverless Logic Operator (Alpha)" Succeeded
143
+ check_operator_status 500 openshift-operators "Red Hat OpenShift Serverless Logic" Succeeded
144
144
  return 0
145
145
  }
146
146
 
@@ -454,11 +454,12 @@ main() {
454
454
  log::info "OpenShift Serverless Operator already installed"
455
455
  fi
456
456
 
457
- if ! oc get subscription logic-operator-rhel8 -n openshift-operators &>/dev/null; then
457
+ if oc get subscription logic-operator -n openshift-operators &>/dev/null || \
458
+ oc get subscription logic-operator-rhel8 -n openshift-operators &>/dev/null; then
459
+ log::info "OpenShift Serverless Logic Operator already installed"
460
+ else
458
461
  log::info "Installing OpenShift Serverless Logic Operator..."
459
462
  install_serverless_logic_ocp_operator
460
- else
461
- log::info "OpenShift Serverless Logic Operator already installed"
462
463
  fi
463
464
 
464
465
  log::info "Waiting for operators to be ready..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/e2e-test-utils",
3
- "version": "1.1.25",
3
+ "version": "1.1.27",
4
4
  "description": "Test utilities for RHDH E2E tests",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -68,6 +68,7 @@
68
68
  "clean": "rm -rf dist",
69
69
  "lint:check": "eslint . --ignore-pattern dist --ignore-pattern README.md --ignore-pattern docs",
70
70
  "lint:fix": "eslint . --fix --ignore-pattern dist --ignore-pattern README.md --ignore-pattern docs",
71
+ "prepack": "yarn build",
71
72
  "prepublishOnly": "yarn build",
72
73
  "prettier:check": "prettier --check . '!dist' '!README.md' '!docs' '!.github/workflows/deploy-docs.yml'",
73
74
  "prettier:fix": "prettier --write . '!dist' '!README.md' '!docs' '!.github/workflows/deploy-docs.yml'",
@@ -104,7 +105,7 @@
104
105
  "@axe-core/playwright": "^4.11.0",
105
106
  "@backstage-community/plugin-rbac-common": "1.23.0",
106
107
  "@eslint/js": "^9.39.1",
107
- "@keycloak/keycloak-admin-client": "^26.0.0",
108
+ "@keycloak/keycloak-admin-client": "26.5.6",
108
109
  "@kubernetes/client-node": "^1.4.0",
109
110
  "eslint": "^9.39.1",
110
111
  "eslint-plugin-check-file": "^3.3.1",