smartphoto
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "smartphoto", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "smartphoto", | ||
@@ -5,0 +5,0 @@ "homepage": "http://developer.a-blogcms.jp", |
@@ -6,3 +6,3 @@ const Nightmare = require('nightmare'); | ||
const test_url = "file:///"+path.resolve(__dirname,"../examples/vanilla.html"); | ||
const hash_url = test_url + "#group=nogroup&photo=rhinoceros"; | ||
const hash_url = test_url + "#group=nogroup&photo=rhino"; | ||
@@ -20,3 +20,3 @@ const nightmare = Nightmare({ | ||
nightmare.goto(test_url) | ||
.click('[data-caption="lion"]') | ||
.click('[data-caption="Lion"]') | ||
.wait(1000) | ||
@@ -29,3 +29,3 @@ .click('.smartphoto-arrow-right a') | ||
.then((result) => { | ||
assert.equal(result,'camel'); | ||
assert.equal(result,'Camel'); | ||
done(); | ||
@@ -45,3 +45,3 @@ }) | ||
.then(result => { | ||
assert.equal(result,'rhinoceros'); | ||
assert.equal(result,'Rhino'); | ||
done(); | ||
@@ -53,2 +53,2 @@ }) | ||
}); | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
7261413
63
10712