 FAIL  lib/actions/dom-actions/has-moved/has-moved.test.ts
  selector has moved
    ✓ should return an error when page has not been initalized (3 ms)
    ✓ should return an error when selector is not found (880 ms)
    ✓ should detect that selector has moved (1102 ms)
    ✕ should detect that selector does not move (662 ms)

  ● selector has moved › should detect that selector does not move

    expect(received).toBe(expected) // Object.is equality

    Expected: false
    Received: true

