We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe098 commit c48fae0Copy full SHA for c48fae0
tests/e2e/specs/dashboard-samples/Documentation.spec.ts
@@ -54,8 +54,8 @@ suite(`Check links to documentation page in Dashboard ${BASE_TEST_CONSTANTS.TEST
54
suiteSetup('Get links from product version github branch', function (): void {
55
try {
56
({ docs, links, productVersion } = JSON.parse(
57
- shellExecutor.curl(
58
- `https://raw.githubusercontent.com/redhat-developer/devspaces-images/devspaces-${majorMinorVersion}-rhel-9/devspaces-dashboard/packages/dashboard-frontend/assets/branding/product.json`
+ shellExecutor.executeCommand(
+ `oc exec deploy/devspaces-dashboard -n openshift-devspaces -- cat /public/dashboard/assets/branding/product.json`
59
)
60
));
61
} catch (e) {
0 commit comments