hangar-factory-girl
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,3 +8,3 @@ var url = require('url'); | ||
this._wait_time = this._options['wait_time'] || 1000; | ||
this._wait_time = this._options['wait_time'] || 4000; | ||
@@ -29,3 +29,3 @@ var result = url.parse(this._options['url'] || browser.baseUrl); | ||
this._name = name; | ||
this._path = '/' + this.pluralizeName() + '/nesw'; | ||
this._path = '/' + this.pluralizeName() + '/new'; | ||
this._method = 'GET'; | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "hangar-factory-girl", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Library to use Hangar with protractor", | ||
@@ -5,0 +5,0 @@ "main": "hangar-factory-girl.js", |
@@ -42,7 +42,7 @@ # Hangar Factory Girl | ||
By default the waiting time used in http-sync is set to 1000. You can override it as: | ||
By default the waiting time used in http-sync is set to 4000. You can override it as: | ||
```javascript | ||
var hangar = require('hangar-factory-girl'); | ||
var factory = new hangar({ wait_time: 2000 }); | ||
var factory = new hangar({ wait_time: 5000 }); | ||
``` | ||
@@ -49,0 +49,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4735
5
70
2