@scope_visualization
@scope_onboarding
Feature: 0096 - Custom system info key-value pairs
File name: srv_custom_system_info.feature
Relative path: secondary/srv_custom_system_info.feature
When
I follow the left menu "Systems > Custom System Info"
00:00:00.139
And
I follow "Create Key"
00:00:00.406
And
I should see a "Create Custom Info Key" text
00:00:00.135
And
I enter "key-label" as "label"
00:00:00.057
And
I enter "key-desc" as "description"
00:00:00.062
And
I click on "Create Key"
00:00:00.418
Then
I should see a "Successfully added 1 custom key." text
00:00:00.162
When
I follow the left menu "Systems > System List > All"
00:00:00.150
And
I follow this "sle_minion" link
00:00:01.069
And
I follow "Custom Info"
00:00:00.459
And
I follow "Create Value"
00:00:00.455
And
I follow "key-label"
00:00:00.444
And
I enter "key-value" as "value"
00:00:00.057
And
I click on "Update Key"
00:00:00.619
Then
I should see a "key-label" text
00:00:00.169
And
I should see a "key-value" link
00:00:00.012
When
I follow the left menu "Systems > System List > All"
00:00:00.131
And
I follow this "sle_minion" link
00:00:01.028
And
I follow "Custom Info"
00:00:00.436
And
I follow "key-value"
00:00:00.450
And
I should see a "Edit Custom Value" text
00:00:00.148
And
I enter "key-value-edited" as "value"
00:00:00.073
And
I click on "Update Key"
00:00:00.577
Then
I should see a "key-label" text
00:00:00.160
And
I should see a "key-value-edited" link
00:00:00.012
When
I follow the left menu "Systems > Custom System Info"
00:00:00.070
And
I follow "key-label"
00:00:00.350
And
I enter "key-desc-edited" as "description"
00:00:00.092
And
I click on "Update Key"
00:00:00.571
Then
I should see a "key-label" link
00:00:00.012
And
I should see a "key-desc-edited" text
00:00:00.145
When
I follow the left menu "Systems > Custom System Info"
00:00:00.063
And
I follow "key-label"
00:00:00.276
And
I follow this "sle_minion" link
00:00:00.678
And
I follow "Custom Info"
00:00:00.436
And
I follow "key-value-edited"
00:00:00.374
And
I follow "Delete Value"
00:00:00.670
And
I click on "Remove Value"
00:00:00.827
Then
I should see a "No custom information defined for this system." text
00:00:00.157
When
I follow the left menu "Systems > Custom System Info"
00:00:00.092
And
I follow "key-label"
00:00:00.272
And
I follow "Delete Key"
00:00:00.289
And
I click on "Delete Key"
00:00:00.478
Then
I should not see a "key-label" text
00:00:00.056