@@ -6,6 +6,7 @@ Test Setup Go To Page "frames/draganddrop.html"
66
77*** Test Cases ***
88Drag And Drop Across Frames Works From Default Content
9+ [Tags] Known Issue Firefox
910 [Documentation] Verifies drag-and-drop from default content to a target inside an iframe.
1011 Wait Until Page Contains Element id=defaultSource 10s
1112 Drag And Drop Across Frames id=defaultSource id=target id=targetFrame
@@ -14,6 +15,7 @@ Drag And Drop Across Frames Works From Default Content
1415 Unselect Frame
1516
1617Drag And Drop Across Frames Works From Source Frame
18+ [Tags] Known Issue Firefox
1719 [Documentation] Verifies drag-and-drop from a source iframe to a target iframe.
1820 Wait Until Page Contains Element id=sourceFrame 10s
1921 Select Frame id=sourceFrame
@@ -31,12 +33,14 @@ Drag And Drop Across Frames Returns To Default Content
3133 Page Should Not Contain Element id=target
3234
3335Drag And Drop Across Frames Hides Default Source Element
36+ [Tags] Known Issue Firefox
3437 [Documentation] Verifies that the default source element becomes hidden after a successful drop.
3538 Wait Until Page Contains Element id=defaultSource 10s
3639 Drag And Drop Across Frames id=defaultSource id=target id=targetFrame
3740 Element Should Not Be Visible id=defaultSource
3841
3942Drag And Drop Across Frames Hides Frame Source Element
43+ [Tags] Known Issue Firefox
4044 [Documentation] Verifies that the frame source element becomes hidden after a successful drop.
4145 Wait Until Page Contains Element id=sourceFrame 10s
4246 Drag And Drop Across Frames id=frameSource id=target id=targetFrame id=sourceFrame
0 commit comments