mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 838607 - Re-enable test_click.py, a=test-only
This commit is contained in:
parent
2124ffdb96
commit
c8b0775990
@ -5,8 +5,7 @@
|
||||
import time
|
||||
from marionette_test import MarionetteTestCase
|
||||
|
||||
"""
|
||||
### Disabled due to bug 838607
|
||||
|
||||
class TestClick(MarionetteTestCase):
|
||||
def test_click(self):
|
||||
test_html = self.marionette.absolute_url("test.html")
|
||||
@ -27,7 +26,7 @@ class TestClick(MarionetteTestCase):
|
||||
self.fail("Element id=username not found after 30 seconds")
|
||||
|
||||
self.assertEqual(self.marionette.title, "XHTML Test Page")
|
||||
"""
|
||||
|
||||
|
||||
class TestClickChrome(MarionetteTestCase):
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user