oppia / oppia

A free, online learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
5.83k stars 4.09k forks source link

[Flake]: Error: Element button.e2e-test-open-add-interaction-modal took too long to be clickable. #20995

Open Vir-8 opened 1 month ago

Vir-8 commented 1 month ago

CI Test Type

Acceptance

Stacktrace

-> Failed [ Took 50.807 seconds ]

Failures:
1. Exploration Creator should draft, discard and publish the changes
Message:
Error: Element button.e2e-test-open-add-interaction-modal took too long to be clickable.
Stack:
Error: Element button.e2e-test-open-add-interaction-modal took too long to be clickable.
    at BaseUser.waitForElementToBeClickable (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/utilities/common/puppeteer-utils.ts:306:13)
    at BaseUser.clickOn (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/utilities/common/puppeteer-utils.ts:326:7)
    at BaseUser.addInteraction (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/utilities/user/exploration-editor.ts:445:5)
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/specs/exploration-editor/publish-the-exploration-with-an-interaction.spec.ts:67:7)

1 specs, 1 failures
Finished in 80.625 seconds

Additional Information

No response

Occurrences

23 September, 2024 - https://github.com/oppia/oppia/actions/runs/10982684515/job/30491598299

Debugging document link

No response

SaurabPoudel commented 1 month ago

Does this error still exist ? Should I start working ? I think I can solve !

seanlip commented 1 month ago

@SaurabPoudel Per the guidance at https://github.com/oppia/oppia/wiki/Contributing-code-to-Oppia#choosing-a-good-first-issue, please provide an explanation of what your PR will do (with names of files you're changing, what you plan to change in each file, etc.). If it looks good, we can assign you to this issue.

Please also follow the other instructions on that wiki page if you have not yet done so. Thanks!