Skip to content

Commit 91700c4

Browse files
authored
Merge pull request #1987 from yuriverweij/known-issue-firefox-drag-and-drop
add 'Known Issue Firefox' tags to relevant test cases in draganddropframe
2 parents e882cff + 53eb904 commit 91700c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

atest/acceptance/keywords/draganddropframe.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Test Setup Go To Page "frames/draganddrop.html"
66

77
*** Test Cases ***
88
Drag 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

1617
Drag 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

3335
Drag 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

3942
Drag 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

Comments
 (0)