Bug 1283999 - Rename element retrieval tests to match spec; r?automatedtester draft
authorAndreas Tolfsen <ato@mozilla.com>
Sat, 02 Jul 2016 18:28:27 +0100
changeset 383346 045017f43adaca258899b1fdf83daf9239da0934
parent 383345 ff4834fabb72e066e575f2c9047b4516f50fa252
child 383347 f9ebc8f6a99a824a1ba9517a1d3d818cd8f6b5d6
push id21992
push userbmo:ato@mozilla.com
push dateSat, 02 Jul 2016 21:01:45 +0000
reviewersautomatedtester
bugs1283999
milestone50.0a1
Bug 1283999 - Rename element retrieval tests to match spec; r?automatedtester The test_findelement.py name is misleading because it covers tests for commands Find Element, Find Elements, Find Element From Element, Find Elements From Element, and Get Active Element. MozReview-Commit-ID: J9UyDewDE7N
testing/marionette/harness/marionette/tests/unit/test_element_retrieval.py
testing/marionette/harness/marionette/tests/unit/test_findelement.py
testing/marionette/harness/marionette/tests/unit/unit-tests.ini
rename from testing/marionette/harness/marionette/tests/unit/test_findelement.py
rename to testing/marionette/harness/marionette/tests/unit/test_element_retrieval.py
--- a/testing/marionette/harness/marionette/tests/unit/unit-tests.ini
+++ b/testing/marionette/harness/marionette/tests/unit/unit-tests.ini
@@ -34,17 +34,17 @@ skip-if = true # "Bug 896046"
 [test_log.py]
 
 [test_about_pages.py]
 skip-if = buildapp == 'b2g'
 
 [test_execute_async_script.py]
 [test_execute_script.py]
 [test_simpletest_fail.js]
-[test_findelement.py]
+[test_element_retrieval.py]
 [test_findelement_chrome.py]
 skip-if = buildapp == 'b2g'
 
 [test_navigation.py]
 
 [test_timeouts.py]
 
 [test_element_touch.py]