improve test script

This commit is contained in:
Niels Lyngsø
2020-07-03 12:22:23 +02:00
parent 9f208a0ff1
commit b017b3f1b6

View File

@@ -209,6 +209,9 @@
var blockObject = modelObject.getBlockObject(layout[0]);
expect(blockObject).not.toBeUndefined();
expect(blockObject).not.toBe(null);
// remove from layout;
layout.splice(0, 1);