PLAT-1198 Reduce risk of losing navigation events

This commit is contained in:
Jeremy Bowman
2017-03-23 11:00:40 -04:00
parent d19fbca17c
commit d1f256124c
3 changed files with 23 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ End-to-end tests for the LMS.
import json
from datetime import datetime, timedelta
from unittest import skip
import ddt
from flaky import flaky
@@ -441,7 +440,7 @@ class CoursewareMultipleVerticalsTest(CoursewareMultipleVerticalsTestBase):
Test courseware with multiple verticals
"""
@skip('Disable temporarily to get course bookmarks out')
@flaky # PLAT-1198; should be fixed, but verify that failures stop before removing
def test_navigation_buttons(self):
self.courseware_page.visit()