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

[Flaky test] common/test/acceptance/tests/lms/test_learner_profile.py::DifferentUserLearnerProfilePageTest::test_badge_share_modal #36017

Closed
timmc-edx opened this issue Dec 11, 2024 · 1 comment
Labels
flaky-test Details a test removed as part of the flaky test process

Comments

@timmc-edx
Copy link
Contributor

This test fails intermittently and has been deleted according to the Flaky Test Process in #22362

See docs on how to address flaky tests for why this should be fixed and how to go about it.

Failure output:

self = <common.test.acceptance.tests.lms.test_learner_profile.DifferentUserLearnerProfilePageTest testMethod=test_badge_share_modal>

    def test_badge_share_modal(self):
        username = 'testcert'
        AutoAuthPage(self.browser, username=username).visit()
        profile_page = self.visit_profile_page(username)
        profile_page.display_accomplishments()
>       badge = profile_page.badges[0]
E       IndexError: list index out of range

common/test/acceptance/tests/lms/test_learner_profile.py:657: IndexError

Migrated from private ticket https://2u-internal.atlassian.net/issues/CR-1470

@timmc-edx timmc-edx added the flaky-test Details a test removed as part of the flaky test process label Dec 11, 2024
@timmc-edx
Copy link
Contributor Author

Closing because this was a bokchoy test, and those had all since been deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Details a test removed as part of the flaky test process
Projects
None yet
Development

No branches or pull requests

1 participant