mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-06 08:39:09 +02:00
Added missed property in Document getter
This commit is contained in:
10
e2e/tests/dynamic/doc/iframes/lookup.fql
Normal file
10
e2e/tests/dynamic/doc/iframes/lookup.fql
Normal file
@@ -0,0 +1,10 @@
|
||||
LET url = @dynamic + "?redirect=/iframe"
|
||||
LET page = DOCUMENT(url, { driver: 'cdp' })
|
||||
|
||||
LET frames = (
|
||||
FOR frame IN page.frames
|
||||
FILTER frame.name == "nested"
|
||||
RETURN frame
|
||||
)
|
||||
|
||||
RETURN EXPECT(1, LENGTH(frames))
|
||||
Reference in New Issue
Block a user