public
Description: Fleegix.js provides an extremely lightweight, cross-browser set of JavaScript tools for building dynamic Web-app UIs.
Homepage: http://js.fleegix.org
Clone URL: git://github.com/mde/fleegix-js-javascript-toolkit.git
commit  c3f3468fc6b198035bce0632458bf15bfc9cc3cb
tree    00859ada505979fb6cabc55f6f553c59f09b1866
parent  f7c2afcdd3d62944d3c7b60501135cb429d298ee
100644 12 lines (10 sloc) 0.251 kb
1
2
3
4
5
6
7
8
9
10
11
12
fleegixMain.shared.test_navMain = new function () {
  this.test_navigate = {
    method: "open",
    params: { url: '/fleegix_js/tests/' }
  };
  this.test_hasNavigated = {
    method: "waits.forElement",
    params: { id: "mainPageHeader" }
  };
};