Skip to content
Snippets Groups Projects
Unverified Commit 80dd243b authored by Manjinder Singh's avatar Manjinder Singh Committed by GitHub
Browse files

Removing flaky test (#22362)

parents 6a443643 934543e7
No related merge requests found
......@@ -649,15 +649,6 @@ class DifferentUserLearnerProfilePageTest(LearnerProfileTestMixin, AcceptanceTes
self.verify_profile_page_is_public(profile_page, is_editable=False)
self.verify_profile_page_view_event(username, different_user_id, visibility=self.PRIVACY_PUBLIC)
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]
badge.display_modal()
badge.close_modal()
class LearnerProfileA11yTest(LearnerProfileTestMixin, AcceptanceTest):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment