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 c73f1be commit 7526f10Copy full SHA for 7526f10
tests/e2e/const.ts
tests/e2e/helpers/image-helper.ts
@@ -12,7 +12,7 @@ export class ImageHelper {
12
13
public assertImages() {
14
for (let key in this._imagesResults) {
15
- //assert.isTrue(this._imagesResults.get(key), `Image is not correct ${key}`);
+ assert.isTrue(this._imagesResults.get(key), `Image is not correct ${key}`);
16
}
17
18
0 commit comments