Bug 1302707 - Unignore test that expects timeout error; r=automatedtester

MozReview-Commit-ID: 6QK1bcFhTHB

--HG--
extra : rebase_source : a392b2830994f8858111cfa2946e72c937a6f4c2
This commit is contained in:
Andreas Tolfsen 2016-09-26 18:15:03 +01:00
Родитель 72ed57b167
Коммит a8388f63d6
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import time
import unittest
import urllib
from marionette import MarionetteTestCase
@ -123,7 +122,6 @@ class TestNavigate(MarionetteTestCase):
self.assertEqual("complete", state)
self.assertTrue(self.marionette.find_element(By.ID, "mozLink"))
@unittest.skip("Bug 1302707 - No timeout exception raised.")
def test_should_throw_a_timeoutexception_when_loading_page(self):
try:
self.marionette.set_page_load_timeout(0)