Sha256: 3f2b2631353a7a7100c05601f11f241efcc8c02e71cd2c7f5f8e71567a727f18

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

var UserList = function() {
  this.loadAll = function() {
    browser.get('/#');
  };

  this.count = function() {
    return element.all(by.css('md-list-item')).count();
  };
};

module.exports = UserList;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ki-0.4.12 spec/examples/json.northpole.ro/public/app/e2e/pages/UserList.js
ki-0.4.11 spec/examples/json.northpole.ro/public/app/e2e/pages/UserList.js