Skip to content

BACKLOG-23413 Using small breadcrumbs dropdown in edit boxes in PC #1883

BACKLOG-23413 Using small breadcrumbs dropdown in edit boxes in PC

BACKLOG-23413 Using small breadcrumbs dropdown in edit boxes in PC #1883

Triggered via pull request January 8, 2025 19:35
Status Failure
Total duration 44m 37s
Artifacts 8

on-code-change.yml

on: pull_request
Update module signature
4s
Update module signature
Static Analysis (linting, vulns)
1m 58s
Static Analysis (linting, vulns)
Javascript unit tests (yarn test)
2m 40s
Javascript unit tests (yarn test)
Matrix: integration-tests-standalone
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 26 warnings, and 12 notices
Page builder navigation tests ► Can use breadcrumbs to navigate ► Page builder navigation tests Can use breadcrumbs to navigate: tests/artifacts/results/xml_reports/cypress/e2e/pageBuilder/clickSelectionAndNavigation.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/pageBuilder/clickSelectionAndNavigation.cy.ts.xml Error: AssertionError: Timed out retrying after 60000ms: Expected to find element: `nav[data-sel-role="pagebuilder-breadcrumb"][data-sel-role="pagebuilder-breadcrumb"]`, but never found it. Queried from:
Page builder navigation tests ► Can navigate up and down hierarchy ► Page builder navigation tests Can navigate up and down hierarchy: tests/artifacts/results/xml_reports/cypress/e2e/pageBuilder/clickSelectionAndNavigation.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/pageBuilder/clickSelectionAndNavigation.cy.ts.xml Error: AssertionError: Timed out retrying after 60000ms: Expected to find element: `nav[data-sel-role="pagebuilder-breadcrumb"][data-sel-role="pagebuilder-breadcrumb"]`, but never found it. Queried from:
Integration Tests cypress.config-pageBuilder.ts
Run has FAILED, could not locate file /opt/actions-runner/_work/jcontent/jcontent/tests/artifacts/results/test_success
Breadcrumbs inside boxes of page builder ► Verifies breadcrumbs are displayed and can be used to make selection ► Breadcrumbs inside boxes of page builder Verifies breadcrumbs are displayed and can be used to make selection: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/breadcrumbsPageBuilder.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/breadcrumbsPageBuilder.cy.ts.xml Error: AssertionError: Timed out retrying after 60000ms: Expected to find element: `nav[data-sel-role="pagebuilder-breadcrumb"][data-sel-role="pagebuilder-breadcrumb"]`, but never found it. Queried from:
Breadcrumbs inside boxes of page builder ► Selects multiple elements ► Breadcrumbs inside boxes of page builder Selects multiple elements: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/breadcrumbsPageBuilder.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/breadcrumbsPageBuilder.cy.ts.xml Error: AssertionError: Timed out retrying after 60000ms: Expected to find element: `nav[data-sel-role="pagebuilder-breadcrumb"][data-sel-role="pagebuilder-breadcrumb"]`, but never found it. Queried from:
Create media tests ► Cannot drag and drop a file to folder if user has no permission ► Create media tests Cannot drag and drop a file to folder if user has no permission: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/createMedia.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/createMedia.cy.ts.xml Error: AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-type="emptyZone"]`, but never found it.
Create media tests ► "after all" hook for "Cannot drag and drop a file to folder if user has no permission" ► Create media tests "after all" hook for "Cannot drag and drop a file to folder if user has no permission": tests/artifacts/results/xml_reports/cypress/e2e/jcontent/createMedia.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/createMedia.cy.ts.xml Error: CypressError: `cy.readFile("./node_modules/@jahia/cypress/fixtures/groovy/admin/deleteUser.groovy")` timed out.
test selection when switching modes ► remove selection when navigating to a mode where item is not visible ► Multi-selection tests test selection when switching modes remove selection when navigating to a mode where item is not visible: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/selection.cy.ts.xml#L0
Failed test found in: tests/artifacts/results/xml_reports/cypress/e2e/jcontent/selection.cy.ts.xml Error: AssertionError: Timed out retrying after 60000ms: Expected to find element: `nav[data-sel-role="pagebuilder-breadcrumb"][data-sel-role="pagebuilder-breadcrumb"]`, but never found it. Queried from:
Integration Tests cypress.config-jcontent.ts
Run has FAILED, could not locate file /opt/actions-runner/_work/jcontent/jcontent/tests/artifacts/results/test_success
Update module signature
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static Analysis (linting, vulns): src/javascript/ContentEditor/SelectorTypes/Picker/useExternalPickersInfo.js#L52
Unexpected 'todo' comment: 'Todo: cleanup how the pickers detect...'
Static Analysis (linting, vulns): src/javascript/JContent/ContentRoute/ContentLayout/ContentTable/ContentEmptyDropZone.jsx#L15
Prop name (allowDrop) doesn't match rule (^(is|has)[A-Z]([A-Za-z0-9]?)+)
Static Analysis (linting, vulns): src/javascript/JContent/ContentRoute/ContentLayout/EmptyDropZone/EmptyDropZone.jsx#L98
Prop name (allowDrop) doesn't match rule (^(is|has)[A-Z]([A-Za-z0-9]?)+)
Static Analysis (linting, vulns): src/javascript/JContent/ContentRoute/ContentLayout/FilesGrid/FilesGridEmptyDropZone.jsx#L23
Prop name (allowDrop) doesn't match rule (^(is|has)[A-Z]([A-Za-z0-9]?)+)
Static Analysis (linting, vulns): src/javascript/JContent/ContentTree/ContentTree.jsx#L104
Arrow function has a complexity of 24. Maximum allowed is 20
Javascript unit tests (yarn test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Module
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration Tests cypress.config-categoryManager.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: phoenix-actions/test-reporting@v12. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests cypress.config-categoryManager.ts
Input 'should_use_build_artifacts' has been deprecated with message: This input is deprecated. Build artifacts are now downloaded if available
Integration Tests cypress.config-menuActions.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: phoenix-actions/test-reporting@v12. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests cypress.config-menuActions.ts
Input 'should_use_build_artifacts' has been deprecated with message: This input is deprecated. Build artifacts are now downloaded if available
Sonar Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration Tests cypress.config-pageBuilder.ts
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
Integration Tests cypress.config-pageBuilder.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: phoenix-actions/test-reporting@v12. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests cypress.config-pageBuilder.ts
Input 'should_use_build_artifacts' has been deprecated with message: This input is deprecated. Build artifacts are now downloaded if available
Integration Tests cypress.config-pickers.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: phoenix-actions/test-reporting@v12. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests cypress.config-pickers.ts
Input 'should_use_build_artifacts' has been deprecated with message: This input is deprecated. Build artifacts are now downloaded if available
Integration Tests cypress.config-jcontent.ts
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
Integration Tests cypress.config-jcontent.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: phoenix-actions/test-reporting@v12. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests cypress.config-jcontent.ts
Input 'should_use_build_artifacts' has been deprecated with message: This input is deprecated. Build artifacts are now downloaded if available
Integration Tests cypress.config-contentEditor.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: phoenix-actions/test-reporting@v12. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integration Tests cypress.config-contentEditor.ts
Input 'should_use_build_artifacts' has been deprecated with message: This input is deprecated. Build artifacts are now downloaded if available
Integration Tests cypress.config-categoryManager.ts
Job is running on instance: i-0a106ddca9bab2be5 (spec: t3.2xlarge ) - Connect to the instance using: #> aws ssm start-session --target i-0a106ddca9bab2be5
Integration Tests cypress.config-categoryManager.ts
Artifacts (VPN Required) have been uploaded to: https://qa.jahia.com/artifacts-ci/delete-on-2025-02-07_Jahia_jcontent_jcontent-standalone-cypressconfig-categorymanagerts-1883_12677755013_1
Integration Tests cypress.config-menuActions.ts
Job is running on instance: i-0fe013a3868ea3add (spec: t3.2xlarge ) - Connect to the instance using: #> aws ssm start-session --target i-0fe013a3868ea3add
Integration Tests cypress.config-menuActions.ts
Artifacts (VPN Required) have been uploaded to: https://qa.jahia.com/artifacts-ci/delete-on-2025-02-07_Jahia_jcontent_jcontent-standalone-cypressconfig-menuactionsts-1883_12677755013_1
Integration Tests cypress.config-pageBuilder.ts
Artifacts (VPN Required) have been uploaded to: https://qa.jahia.com/artifacts-ci/delete-on-2025-02-07_Jahia_jcontent_jcontent-standalone-cypressconfig-pagebuilderts-1883_12677755013_1
Integration Tests cypress.config-pageBuilder.ts
Job is running on instance: i-0b14d30dda1c79de4 (spec: t3.2xlarge ) - Connect to the instance using: #> aws ssm start-session --target i-0b14d30dda1c79de4
Integration Tests cypress.config-pickers.ts
Job is running on instance: i-01a46e574eeefdf88 (spec: t3.2xlarge ) - Connect to the instance using: #> aws ssm start-session --target i-01a46e574eeefdf88
Integration Tests cypress.config-pickers.ts
Artifacts (VPN Required) have been uploaded to: https://qa.jahia.com/artifacts-ci/delete-on-2025-02-07_Jahia_jcontent_jcontent-standalone-cypressconfig-pickersts-1883_12677755013_1
Integration Tests cypress.config-jcontent.ts
Job is running on instance: i-08ccb50682c1fb0e9 (spec: t3.2xlarge ) - Connect to the instance using: #> aws ssm start-session --target i-08ccb50682c1fb0e9
Integration Tests cypress.config-jcontent.ts
Artifacts (VPN Required) have been uploaded to: https://qa.jahia.com/artifacts-ci/delete-on-2025-02-07_Jahia_jcontent_jcontent-standalone-cypressconfig-jcontentts-1883_12677755013_1
Integration Tests cypress.config-contentEditor.ts
Job is running on instance: i-0c07be9625de12959 (spec: t3.2xlarge ) - Connect to the instance using: #> aws ssm start-session --target i-0c07be9625de12959
Integration Tests cypress.config-contentEditor.ts
Artifacts (VPN Required) have been uploaded to: https://qa.jahia.com/artifacts-ci/delete-on-2025-02-07_Jahia_jcontent_jcontent-standalone-cypressconfig-contenteditorts-1883_12677755013_1

Artifacts

Produced during runtime
Name Size
build-artifacts Expired
32 MB
build-artifacts-tests Expired
1.15 MB
jcontent-standalone-cypressconfig-categorymanagerts-1883 Expired
8.19 MB
jcontent-standalone-cypressconfig-contenteditorts-1883 Expired
8.56 MB
jcontent-standalone-cypressconfig-jcontentts-1883 Expired
51.1 MB
jcontent-standalone-cypressconfig-menuactionsts-1883 Expired
8.25 MB
jcontent-standalone-cypressconfig-pagebuilderts-1883 Expired
16.8 MB
jcontent-standalone-cypressconfig-pickersts-1883 Expired
8.33 MB