1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-02-05 13:15:20 +02:00
ferret/e2e/tests/page-load.fql

4 lines
99 B
Plaintext
Raw Normal View History

2018-10-14 15:38:14 -04:00
LET url = @server + '/bootstrap/overview.html'
LET doc = DOCUMENT(url)
RETURN EXPECT(doc.url, url)