web icon indicating copy to clipboard operation
web copied to clipboard

[QA] download related e2e tests fail on chromium-based browser when playwright tracing is enabled

Open PrajwolAmatya opened this issue 5 months ago • 6 comments

Description

Multiple builds are failing on keycloak tests while downloading resources via sidebar panel.

     And "Carol" navigates to the shared with me page # tests/e2e/cucumber/steps/ui/shares.ts:136
   ✖ And "Carol" downloads the following resources using the sidebar panel # tests/e2e/cucumber/steps/ui/resources.ts:105
       | resource      | from      | type   |
       | data.zip      | meal plan | file   |
       | lorem.txt     | meal plan | file   |
       | lorem-big.txt | meal plan | file   |
       | meal plan     |           | folder |
       locator.click: Timeout 30000ms exceeded.
       =========================== logs ===========================
       waiting for locator('.oc-files-actions-show-details-trigger')
       ============================================================
           at openForResource (/var/www/owncloud/web/tests/e2e/support/objects/app-files/utils/sidebar.ts:16:64)
           at async Object.open (/var/www/owncloud/web/tests/e2e/support/objects/app-files/utils/sidebar.ts:51:14)
           at async Object.downloadResources (/var/www/owncloud/web/tests/e2e/support/objects/app-files/resource/actions.ts:675:9)
           at async Resource.download (/var/www/owncloud/web/tests/e2e/support/objects/app-files/resource/index.ts:66:23)
           at async processDownload (/var/www/owncloud/web/tests/e2e/cucumber/steps/ui/resources.ts:492:17)
           at async World.<anonymous> (/var/www/owncloud/web/tests/e2e/cucumber/steps/ui/resources.ts:110:5)

Builds:

  • https://drone.owncloud.com/owncloud/web/47326
  • https://drone.owncloud.com/owncloud/web/47327
  • https://drone.owncloud.com/owncloud/web/47330
  • https://drone.owncloud.com/owncloud/web/47331
  • https://drone.owncloud.com/owncloud/web/47334

PrajwolAmatya avatar Sep 09 '24 06:09 PrajwolAmatya