oppia/oppia

[CI Failure]: Element with selector JSHandle@node took too long to be clickable.

オープン

#23,514 opened on 2025/10/02

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3,534 件のフォーク)batch import
CI breakageHacktoberfestImpact: HighWork: Mediumbug

Repository metrics

Stars
 (5,292 個のスター)
PR merge metrics
 (平均マージ 20d 19h) (30d で 71 merged PRs)

説明

CI Test Type

Acceptance

Which CI step failed?

Run Desktop Acceptance Test curriculm-admin/create-subtopic-study-guide-with-multiple-sections

Stacktrace

FAIL core/tests/puppeteer-acceptance-tests/specs/curriculum-admin/create-subtopic-study-guide-with-multiple-sections.spec.ts (372.283 s)
  Curriculum Admin
    ✓ should create a study guide with multiple sections. (43971 ms)
    ✕ should add sections with workedexamples. (74282 ms)
    ✕ should preview a study guide. (30032 ms)

  ● Curriculum Admin › should add sections with workedexamples.

    TimeoutError: waiting for selector `.e2e-test-confirm-delete-study-guide-section-button` to be hidden failed: timeout 30000ms exceeded

      1282 |   ): Promise<void> {
      1283 |     const options = visibility ? {visible: true} : {hidden: true};
    > 1284 |     await context.waitForSelector(selector, options);
           |                   ^
      1285 |     showMessage(`Element ${selector} is ${visibility ? 'visible' : 'hidden'}.`);
      1286 |   }
      1287 |

      at new WaitTask (../../../node_modules/puppeteer/src/common/DOMWorld.ts:813:28)
      at DOMWorld.waitForSelectorInPage (../../../node_modules/puppeteer/src/common/DOMWorld.ts:656:22)
      at Object.internalHandler.waitFor (../../../node_modules/puppeteer/src/common/QueryHandler.ts:78:19)
      at DOMWorld.waitForSelector (../../../node_modules/puppeteer/src/common/DOMWorld.ts:511:25)
      at Frame.waitForSelector (../../../node_modules/puppeteer/src/common/FrameManager.ts:1290:47)
      at Page.waitForSelector (../../../node_modules/puppeteer/src/common/Page.ts:3222:29)
      at BaseUser.expectElementToBeVisible (utilities/common/puppeteer-utils.ts:1284:19)
      at BaseUser.deleteStudyGuideSection (utilities/user/curriculum-admin.ts:1274:16)
          at runMicrotasks (<anonymous>)

Screenshots (if e2e tests)

Failure screenshots:

  • 0:
  • 12:
  • 29:

Screencasts:

Occurrences

Once on unrelated PR: https://github.com/oppia/oppia/actions/runs/18184584780/job/51767089889?pr=23513

Additional Information

No response

Debugging document link

No response

コントリビューターガイド