LET url = @dynamic LET doc = DOCUMENT(url, true) WAIT_ELEMENT(doc, "#layout") LET expected = [ '

Welcome to Ferret E2E test page!

', '

It has several pages for testing different possibilities of the library

' ] LET actual = INNER_HTML_ALL(doc, '#root > div > main > div > *') RETURN EXPECT(expected, actual)