Skip to content

Commit

Permalink
wait for phantomjs release 2.0 before testing amfx
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkm committed Jun 16, 2013
1 parent 36ae5ea commit a95af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/amfx/phantomjs-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ page.onError = function(msg, trace) {
phantom.exit(2);
};

page.open("http://localhost:8000/enyo-amf-app/lib/amfx/tools/test/amfx/phantomjs-index.html", function(status) {
page.open("http://localhost:8000/lib/amfx/tools/test/amfx/phantomjs-index.html", function(status) {
if (status !== "success") {
console.log("error loading page, status: " + status);
phantom.exit(3);
Expand Down

0 comments on commit a95af25

Please sign in to comment.