Commit 65a0994c by cahrens

Remove flaky flag-- passed 30 times.

TNL-3679
parent 16ab4f43
......@@ -179,7 +179,7 @@ class FieldsMixin(object):
query = self.q(css=field_selector)
query.fill(value)
query.results[0].send_keys(u'\ue004') # Focus Out using TAB
query.results[0].send_keys(u'\ue007') # Press Enter
def get_non_editable_mode_value(self, field_id):
"""
......
......@@ -3,7 +3,6 @@
End-to-end tests for Student's Profile Page.
"""
from contextlib import contextmanager
from flaky import flaky
from datetime import datetime
from bok_choy.web_app_test import WebAppTest
......@@ -730,7 +729,6 @@ class DifferentUserLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self.verify_profile_page_is_private(profile_page, is_editable=False)
self.verify_profile_page_view_event(username, different_user_id, visibility=self.PRIVACY_PRIVATE)
@flaky # TODO fix this TNL-3679
def test_different_user_public_profile(self):
"""
Scenario: Verify that desired fields are shown when looking at a different user's public profile.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment