Actions
action #65396
closedcoordination #36712: [saga] Use YaST specific framework for GUI testing
coordination #50672: [funtional][y][epic] Use libyui-rest-api for YaST modules testing
[functional][y] Move YRichText and YMenuButton out of "press" action block
Status:
Resolved
Priority:
Normal
Assignee:
Target version:
QA (public, currently private due to #173521) - future
Start date:
2020-04-07
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
YRichText and YMenuButton both has "press" action specified in YHttpWidgetsActionHandler.
The problem is they also require 'value' to be send, though YPushButton only requires 'press' action.
Task¶
In order to make the actions more consistent, consider moving the YRichText and YMenuButton out of "press" action block (e.g. to "select", or consider adding another action and move them there).
Actions