File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tests/e2e/specs/dashboard-samples Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,10 @@ for (const sample of samples) {
299299 Logger . debug ( 'recommendedExtensions.recommendations: Get recommendations clear names using map().' ) ;
300300
301301 // skip the test if only redhat.fabric8-analytics extension is found in Dev Spaces 3.22.x (issue CRW-9186)
302- if ( BASE_TEST_CONSTANTS . TESTING_APPLICATION_NAME ( ) === 'devspaces' && BASE_TEST_CONSTANTS . TESTING_APPLICATION_VERSION . startsWith ( '3.22' ) ) {
302+ if (
303+ BASE_TEST_CONSTANTS . TESTING_APPLICATION_NAME ( ) === 'devspaces' &&
304+ BASE_TEST_CONSTANTS . TESTING_APPLICATION_VERSION . startsWith ( '3.22' )
305+ ) {
303306 const dependencyAnalyticsExtensionName : string = 'redhat.fabric8-analytics' ;
304307 if (
305308 recommendedExtensions . recommendations . includes ( dependencyAnalyticsExtensionName ) &&
You can’t perform that action at this time.
0 commit comments