test('First method on a group should only call the non deferred elements if deferred option is false', () => {
    const element = new Flip();
    const deferredElement = new Flip();
    const group = new FlipGroup();
    group.addElement(element);