Skip to content

Commit

Permalink
Move e2e tests to the e2e directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jul 16, 2014
1 parent 06f857b commit 6f810c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->
<title>webdriver_finddomelement_test.html</title>
<script src="test_bootstrap.js"></script>
<script src="../test_bootstrap.js"></script>
<script>
goog.require('bot');
goog.require('bot.inject');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->
<title>webdriver_wait_test.html</title>
<script src="test_bootstrap.js"></script>
<script src="../test_bootstrap.js"></script>
<script>
goog.require('goog.dom');
goog.require('webdriver.WebDriver');
Expand Down

0 comments on commit 6f810c4

Please sign in to comment.