Actions
action #65930
closedcoordination #36712: [saga] Use YaST specific framework for GUI testing
coordination #62726: [functional][y][epic] Create separate Ruby Gem representing libyui Client API
[functional][y] Use enum for actions instead of hard-coded values
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2020-04-21
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
In order to keep all widget actions in one place and also to avoid duplication, it is suggested to create enum and keep all the actions there.
Acceptance criteria¶
- Enum for actions is created (Please, note there is no enum in Ruby, so consider using constants in module for example);
- Rubocop checks passed;
- Enums are used across the libyui_client.
Actions