[Webkit-unassigned] [Bug 118797] [EFL][WK2] Replace mouseClick with more meaningful method in test_ewk2_color_picker.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 00:12:29 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118797


Christophe Dumez <dchris at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #206939|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Christophe Dumez <dchris at gmail.com>  2013-07-18 00:12:25 PST ---
(From update of attachment 206939)
View in context: https://bugs.webkit.org/attachment.cgi?id=206939&action=review

> Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_color_picker.cpp:114
> +    void clickColorPicker(Visible visible)

This does not really click the color picker. It clicks a button. How about:
enum Button { ShowColorPickerButton, HideColorPickerButton };
clickButton(Button button);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list