1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-05 15:16:07 +02:00
Tim Voronov a5cbdb435c
Bugfix/#332 nav deadlock (#333)
* Added failing e2e test

* Fixed deadlock on navigation

* Removed filter for e2e tests

* Updated method name in LazyValue struct

* Custom atomic value

* Fixed linting issue

* Updated comments
2019-07-16 10:34:13 -04:00

6 lines
112 B
Plaintext

LET url = @dynamic
LET p = DOCUMENT("", { driver: "cdp" })
NAVIGATE(p, url)
RETURN T::EXPECT(url + '/', p.url)