We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079b4fc commit e36b3ddCopy full SHA for e36b3dd
tests/runTests.js
@@ -106,7 +106,7 @@ module.exports = {
106
.saveElementScreenshot(".jumbotron", imageFileName)
107
.perform(function(client, done) {
108
easyimg.info(imageFileName).then(function(imageInfo) {
109
- client.assert.equal(imageInfo.height == 235, true, "saveElementScreenshot works");
+ client.assert.equal(imageInfo.height, 234, "saveElementScreenshot works (height found ()"+imageInfo.height+") should be 234)");
110
fs.unlinkSync(imageFileName);
111
done();
112
});
@@ -241,4 +241,4 @@ module.exports = {
241
.assert.containsText("#div", "something else")
242
.end();
243
},
244
-};
+};
0 commit comments