1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-03 15:02:32 +02:00

Updated nav example

This commit is contained in:
Tim Voronov 2019-03-18 21:12:18 -04:00
parent 220e045ab6
commit e951b914a5

View File

@ -1,9 +1,9 @@
LET doc = DOCUMENT("https://github.com/", true)
NAVIGATE(doc, "https://github.com/features")
NAVIGATE(doc, "https://github.com/business")
NAVIGATE(doc, "https://github.com/enterprise")
NAVIGATE(doc, "https://github.com/marketplace")
NAVIGATE_BACK(doc, 3)
NAVIGATE_FORWARD(doc, 2)
RETURN doc.url == "https://github.com/business"
RETURN doc.url == "https://github.com/enterprise"