Skip to content

Commit

Permalink
Merge pull request #10910 from jerolimov/update-crw-operator-name-on-4.9
Browse files Browse the repository at this point in the history
[release-4.9] Bug 2044089: Update CRW operator name to fix failing e2e tests
  • Loading branch information
openshift-merge-robot committed Jan 24, 2022
2 parents 6c4752f + 645100f commit 408d24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { nav } from '../../../integration-tests-cypress/views/nav';
import { GlobalInstalledNamespace, operator, TestOperandProps } from '../views/operator.view';

const testOperator = {
name: 'Red Hat CodeReady Workspaces',
name: 'Red Hat CodeReady Workspaces for Devfile v1 and v2',
operatorHubCardTestID: 'codeready-workspaces-redhat-operators-openshift-marketplace',
installedNamespace: testName,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { nav } from '../../../integration-tests-cypress/views/nav';
import { operator, TestOperandProps } from '../views/operator.view';

const testOperator = {
name: 'Red Hat CodeReady Workspaces',
name: 'Red Hat CodeReady Workspaces for Devfile v1 and v2',
operatorHubCardTestID: 'codeready-workspaces-redhat-operators-openshift-marketplace',
installedNamespace: testName,
};
Expand Down

0 comments on commit 408d24e

Please sign in to comment.