Skip to content

Commit

Permalink
Moved test HTML into SeleniumTester directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kloverde committed Nov 16, 2016
1 parent fa887ff commit b663939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SeleniumTester/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builtByName=


# This is the HTML file served by the Grunt http-server task. See Gruntfile.js.
url=http://127.0.0.1:8000/test/test.html
url=http://127.0.0.1:8000/SeleniumTester/html/test.html

# File system paths to supported browser drivers. You can find the drivers, or
# links to them, at http://www.seleniumhq.org/download. Put them somewhere on
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions test/test.html → SeleniumTester/html/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
}
</style>

<script type="text/javascript" src="../test/jquery.js"></script>
<script type="text/javascript" src="../src/jquery.restrictedtextfield.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="../../src/jquery.restrictedtextfield.js"></script>

<script type="text/javascript">
var inputIgnoredEvent,
Expand Down

0 comments on commit b663939

Please sign in to comment.