Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly web failing on office suites tests in master #9674

Closed
SagarGi opened this issue Sep 8, 2023 · 2 comments
Closed

Nightly web failing on office suites tests in master #9674

SagarGi opened this issue Sep 8, 2023 · 2 comments
Assignees
Labels

Comments

@SagarGi
Copy link
Member

SagarGi commented Sep 8, 2023

Description

NIghtly test failing:

Scenario: create an OpenDocument file with Collabora # tests/e2e/cucumber/features/smoke/app-provider/officeSuites.feature:15
    Given "Admin" creates following users using API
      │ id    │
      │ Alice │
(node:21) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
    And "Alice" logs in
    And "Alice" opens the "files" app
    When "Alice" creates the following resources
      │ resource         │ type         │ content              │
      │ OpenDocument.odt │ OpenDocument │ OpenDocument Content │
    ✖ failed
      page.waitForEvent: Timeout 30000ms exceeded while waiting for event "popup"
      =========================== logs ===========================
      waiting for event "popup"
      ============================================================
          at createDocumentFile (/var/www/owncloud/web/tests/e2e/support/objects/app-files/resource/actions.ts:217:14)
          at createNewFileOrFolder (/var/www/owncloud/web/tests/e2e/support/objects/app-files/resource/actions.ts:194:13)
          at Object.createResources (/var/www/owncloud/web/tests/e2e/support/objects/app-files/resource/actions.ts:304:5)
          at Resource.create (/var/www/owncloud/web/tests/e2e/support/objects/app-files/resource/index.ts:35:9)
          at World.<anonymous> (/var/www/owncloud/web/tests/e2e/cucumber/steps/ui/resources.ts:40:9)
    And "Alice" creates a public link for the resource "OpenDocument.odt" using the sidebar panel
    - skipped
    And "Alice" edits the public link named "Link" of resource "OpenDocument.odt" changing role to "Can edit"
    - skipped
    And "Alice" logs out
    - skipped
    And "Anonymous" opens the public link "Link"
    - skipped
    Then "Anonymous" should see the content "OpenDocument Content" in editor "Collabora"
    - skipped

Build link: https://drone.owncloud.com/owncloud/web/38597/11/18
Need some investigation regarding it.

@SagarGi SagarGi added the QA:team label Sep 8, 2023
@SagarGi SagarGi self-assigned this Sep 8, 2023
@SagarGi
Copy link
Member Author

SagarGi commented Sep 8, 2023

Seems like this is a hard failure can be reproduce locally. Will be digging into it.

@SagarGi
Copy link
Member Author

SagarGi commented Sep 11, 2023

Can be closed since #9677 this PR is merged.

@SagarGi SagarGi closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant