Skip to content

Commit b663939

Browse files
committed
Moved test HTML into SeleniumTester directory
1 parent fa887ff commit b663939

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SeleniumTester/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ builtByName=
1717

1818

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

2222
# File system paths to supported browser drivers. You can find the drivers, or
2323
# links to them, at http://www.seleniumhq.org/download. Put them somewhere on
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
}
9595
</style>
9696

97-
<script type="text/javascript" src="../test/jquery.js"></script>
98-
<script type="text/javascript" src="../src/jquery.restrictedtextfield.js"></script>
97+
<script type="text/javascript" src="jquery.js"></script>
98+
<script type="text/javascript" src="../../src/jquery.restrictedtextfield.js"></script>
9999

100100
<script type="text/javascript">
101101
var inputIgnoredEvent,

0 commit comments

Comments
 (0)