mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
9 lines
421 B
Plaintext
9 lines
421 B
Plaintext
// LET url = @server + '/bootstrap/overview.html'
|
|
// LET doc = DOCUMENT(url, true)
|
|
// LET selector = 'body > div > div > main > p.bd-lead'
|
|
|
|
// LET expected = "Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes."
|
|
// LET actual = INNER_TEXT(doc, selector)
|
|
|
|
// RETURN EXPECT(expected, actual)
|
|
RETURN "" |