mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +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)
|