mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1107336: Update layout tests that use marionette to use new Marionette Driver module; r=jgriffin
--HG-- extra : rebase_source : e1b821760481477805968de7f6910fca949f4e0c extra : source : d1847f46d2934a8e73aa71cc9c463b04dd3c1be9
This commit is contained in:
parent
a2fdd3122f
commit
1c4a656160
@ -3,10 +3,10 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
from by import By
|
from marionette_driver.by import By
|
||||||
from marionette import Actions
|
from marionette_driver.marionette import Actions
|
||||||
|
from marionette_driver.selection import SelectionManager
|
||||||
from marionette_test import MarionetteTestCase
|
from marionette_test import MarionetteTestCase
|
||||||
from selection import SelectionManager
|
|
||||||
|
|
||||||
|
|
||||||
class TouchCaretTest(MarionetteTestCase):
|
class TouchCaretTest(MarionetteTestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user