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

Acceptance Flake (Docker): Cannot read properties of undefined (reading 'clickAboutButtonInAboutMenuOnNavbar') (Docker Setup) #20255

Open
jayam04 opened this issue May 3, 2024 · 0 comments
Labels
bug Label to indicate an issue is a regression CI breakage This bug breaks CI workflows.

Comments

@jayam04
Copy link
Collaborator

jayam04 commented May 3, 2024

CI Test Type

Acceptance

Stacktrace

Failures:
1. Logged-in User should open About Url with About Oppia button in About Menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickAboutButtonInAboutMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickAboutButtonInAboutMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:46:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

2. Logged-in User should open About Foundation Url with The Oppia Foundation button in About Menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickAboutFoundationButtonInAboutMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickAboutFoundationButtonInAboutMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:55:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

3. Logged-in User should open Blog Url with Blog button in About Menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickBlogButtonInAboutMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickBlogButtonInAboutMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:63:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

4. Logged-in User should open Partnerships Url with School and Organizations button in Get Involved menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickPartnershipsButtonInGetInvolvedMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickPartnershipsButtonInGetInvolvedMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:72:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

5. Logged-in User should open Volunteer Url with Volunteer button in Get Involved menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickVolunteerButtonInGetInvolvedMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickVolunteerButtonInGetInvolvedMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:81:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

6. Logged-in User should open Donate Url with Donate button in Get Involved menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickDonateButtonInGetInvolvedMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickDonateButtonInGetInvolvedMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:89:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

7. Logged-in User should open Contact Url with Contact Us button in Get Involved menu on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickContactUsButtonInGetInvolvedMenuOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickContactUsButtonInGetInvolvedMenuOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:98:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

8. Logged-in User should open Donate Url with Donate button on navbar
Message:
TypeError: Cannot read properties of undefined (reading 'clickDonateButtonOnNavbar')
Stack:
TypeError: Cannot read properties of undefined (reading 'clickDonateButtonOnNavbar')
    at UserContext.<anonymous> (/home/runner/work/oppia/oppia/core/tests/puppeteer-acceptance-tests/spec/logged-in-user-tests/click-all-buttons-on-navbar.spec.ts:106:22)
    at <Jasmine>
    at processImmediate (node:internal/timers:464:21)

Suite error: Logged-in User
Message:
TimeoutError: Navigation timeout of 30000 ms exceeded

Additional Information

This flake occurs in CI with Docker setup. Check #19962, where CI tests are run in Docker setup.

Occurrences

https://github.com/oppia/oppia/actions/runs/8857629455/job/24325326567?pr=19962

Debugging document link

No response

@jayam04 jayam04 added triage needed bug Label to indicate an issue is a regression CI breakage This bug breaks CI workflows. labels May 3, 2024
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.
Projects
Status: Todo
Development

No branches or pull requests

2 participants