mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-05 15:16:07 +02:00
* 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
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
LET url = @dynamic
|
|
LET p = DOCUMENT("", { driver: "cdp" })
|
|
|
|
NAVIGATE(p, url)
|
|
|
|
RETURN T::EXPECT(url + '/', p.url) |