kalaydo allows totally random stuff in their fields which makes testing almost impossible

This commit is contained in:
Christian Kellner
2018-07-12 19:02:52 +02:00
parent 88ff83c6d9
commit 38b3d3251e

View File

@@ -38,8 +38,6 @@ describe('#kalaydo testsuite()', () => {
/** check the values if possible **/
expect(notify.id).to.equal(kalaydoDbContent.kalaydo[idx]);
expect(notify.price).that.does.include('€');
expect(notify.size).that.does.include('m²');
expect(notify.title).to.be.not.empty;
expect(notify.link).that.does.include('https://www.kalaydo.de');
});