mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-21 01:21:34 +02:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
LET url = @static + '/overview.html'
|
||
|
LET page = DOCUMENT(url)
|
||
|
|
||
|
LET actual = XPATH(page, "count(//body)")
|
||
|
|
||
|
RETURN EXPECT(1, actual)
|