Feature: openCypher-style readonly adaptation
Scenario: opencypher-style-any-order-no-side-effects
Given a fixture graph
When executing query:
"""
MATCH (n:Person) RETURN n.name AS name
"""
Then the result should be, in any order:
| Alice |
| Bob |
And no side effects