LET url = @dynamic LET doc = DOCUMENT(url, true) LET expected = ` Ferret E2E SPA

Welcome to Ferret E2E test page!

It has several pages for testing different possibilities of the library

` LET actual = INNER_HTML(doc) LET r1 = '(\s|\")' LET r2 = '(\n|\s|\")' RETURN EXPECT(REGEXP_REPLACE(expected, r1, ''), REGEXP_REPLACE(TRIM(actual), r2, ''))