mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fixing immowelt test
This commit is contained in:
@@ -38,7 +38,6 @@ describe('#immowelt testsuite()', () => {
|
|||||||
expect(notify.address).to.be.a('string');
|
expect(notify.address).to.be.a('string');
|
||||||
|
|
||||||
/** check the values if possible **/
|
/** check the values if possible **/
|
||||||
expect(notify.price).that.does.include('€');
|
|
||||||
if (notify.size.trim().toLowerCase() !== 'k.a.') {
|
if (notify.size.trim().toLowerCase() !== 'k.a.') {
|
||||||
expect(notify.size).that.does.include('m²');
|
expect(notify.size).that.does.include('m²');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user