1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-20 03:29:51 +02:00
ferret/e2e/tests/page_load_d.fql

7 lines
128 B
Plaintext
Raw Normal View History

2018-11-12 14:53:36 -05:00
LET url = @dynamic
LET doc = DOCUMENT(url, true)
LET expected = url + '/'
LET actual = doc.url
RETURN EXPECT(expected, actual)