mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
kalaydo allows totally random stuff in their fields which makes testing almost impossible
This commit is contained in:
@@ -38,8 +38,6 @@ describe('#kalaydo testsuite()', () => {
|
|||||||
|
|
||||||
/** check the values if possible **/
|
/** check the values if possible **/
|
||||||
expect(notify.id).to.equal(kalaydoDbContent.kalaydo[idx]);
|
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.title).to.be.not.empty;
|
||||||
expect(notify.link).that.does.include('https://www.kalaydo.de');
|
expect(notify.link).that.does.include('https://www.kalaydo.de');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user