diff --git a/tests/functional.js b/tests/functional.js index 146c748b76..3777b817b6 100644 --- a/tests/functional.js +++ b/tests/functional.js @@ -1,5 +1,5 @@ // Listing of all the infrastructure functional tests define([ - "./TabIndex", - "./KeyNav" + "./functional/TabIndex", + "./functional/KeyNav" ]); diff --git a/tests/KeyNav.js b/tests/functional/KeyNav.js similarity index 100% rename from tests/KeyNav.js rename to tests/functional/KeyNav.js diff --git a/tests/KeyNavTests.html b/tests/functional/KeyNavTests.html similarity index 97% rename from tests/KeyNavTests.html rename to tests/functional/KeyNavTests.html index 991d3a8a5c..df94d27ec1 100644 --- a/tests/KeyNavTests.html +++ b/tests/functional/KeyNavTests.html @@ -5,7 +5,7 @@ KeyNav Tests - + +