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

[CI Failure]: Element button.e2e-test-confirm-pre-publication took too long to be clickable. #21668

Open
seanlip opened this issue Jan 8, 2025 · 0 comments
Labels
bug Label to indicate an issue is a regression CI breakage This bug breaks CI workflows. Impact: Medium Will improve quality-of-life for at least 30% of users. Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet.

Comments

@seanlip
Copy link
Member

seanlip commented Jan 8, 2025

CI Test Type

Acceptance

Which CI step failed?

topic-manager/edit-preview-and-save-a-chapter

Stacktrace

FAIL core/tests/puppeteer-acceptance-tests/specs/topic-manager/edit-preview-and-save-a-chapter.spec.ts (190.59 s)
  Topic Manager
    ✕ should be able to modify chapter details, preview the chapter card, add skills, and save the changes. (1 ms)

  ● Topic Manager › should be able to modify chapter details, preview the chapter card, add skills, and save the changes.

    Element button.e2e-test-confirm-pre-publication took too long to be clickable.

      311 |       await this.page.waitForFunction(isElementClickable, {}, element);
      312 |     } catch (error) {
    > 313 |       throw new Error(`Element ${selector} took too long to be clickable.`);
          |             ^
      314 |     }
      315 |   }
      316 |

      at BaseUser.waitForElementToBeClickable (utilities/common/puppeteer-utils.ts:313:13)
      at BaseUser.clickOn (utilities/common/puppeteer-utils.ts:333:7)
      at confirmPublish (utilities/user/exploration-editor.ts:330:7)
      at BaseUser.publishExplorationWithMetadata (utilities/user/exploration-editor.ts:363:14)
      at BaseUser.createAndPublishAMinimalExplorationWithTitle (utilities/user/exploration-editor.ts:1692:12)
      at specs/topic-manager/edit-preview-and-save-a-chapter.spec.ts:57:7

Screenshots (if e2e tests)

No response

Occurrences

Once in an unrelated PR in the merge queue: https://github.com/oppia/oppia/actions/runs/12665383795/job/35295392136

Additional Information

No response

Debugging document link

No response

@seanlip seanlip added triage needed bug Label to indicate an issue is a regression CI breakage This bug breaks CI workflows. and removed triage needed labels Jan 8, 2025
@seanlip seanlip added Impact: Medium Will improve quality-of-life for at least 30% of users. Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet. labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Label to indicate an issue is a regression CI breakage This bug breaks CI workflows. Impact: Medium Will improve quality-of-life for at least 30% of users. Work: Medium The means to find the solution is clear, but it isn't at good-first-issue level yet.
Projects
Status: Todo
Development

No branches or pull requests

1 participant