mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
Bug 1323189 - Skip test_imports_apply_globally for Fennec r=maja_zf
MozReview-Commit-ID: GDOsolHGLd1 --HG-- extra : rebase_source : d7a66e5f8c80cc2bc1625748a76a81dbe8df32b5
This commit is contained in:
parent
c63ef33cba
commit
1e599cb9bc
@ -7,7 +7,12 @@ import os
|
||||
from marionette_driver.by import By
|
||||
from marionette_driver.errors import JavascriptException
|
||||
|
||||
from marionette_harness import MarionetteTestCase, WindowManagerMixin, skip_if_chrome
|
||||
from marionette_harness import (
|
||||
MarionetteTestCase,
|
||||
skip_if_chrome,
|
||||
skip_if_mobile,
|
||||
WindowManagerMixin,
|
||||
)
|
||||
|
||||
|
||||
class TestImportScriptContent(WindowManagerMixin, MarionetteTestCase):
|
||||
@ -105,6 +110,7 @@ class TestImportScriptContent(WindowManagerMixin, MarionetteTestCase):
|
||||
self.assert_defined("testAnotherFunc")
|
||||
|
||||
@skip_if_chrome
|
||||
@skip_if_mobile # New windows not supported in Fennec
|
||||
def test_imports_apply_globally(self):
|
||||
self.marionette.navigate(
|
||||
self.marionette.absolute_url("test_windows.html"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user