Bug 1255955 - Rename checkbox test to not conflict with select tests; r=automatedtester

MozReview-Commit-ID: 3SIFP3mUPhT

--HG--
rename : testing/marionette/harness/marionette/tests/unit/test_selected_chrome.py => testing/marionette/harness/marionette/tests/unit/test_checkbox_chrome.py
extra : rebase_source : 1db1e6816b9bf8efeffa64e77771d1f102b1a234
This commit is contained in:
Andreas Tolfsen 2016-08-05 10:52:07 +01:00
Родитель d7cf8502c8
Коммит 38a5c89fb8
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -6,7 +6,7 @@ from marionette import MarionetteTestCase
from marionette_driver.by import By
class TestSelected(MarionetteTestCase):
class TestCheckbox(MarionetteTestCase):
def test_selected(self):
test_html = self.marionette.absolute_url("test.html")
self.marionette.navigate(test_html)

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

@ -13,8 +13,8 @@ skip-if = buildapp == 'b2g'
[test_click.py]
[test_click_chrome.py]
skip-if = buildapp == 'b2g'
[test_selected.py]
[test_selected_chrome.py]
[test_checkbox.py]
[test_checkbox_chrome.py]
skip-if = buildapp == 'b2g'
[test_elementsize.py]
[test_position.py]