@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.131
And
I follow "Create Key"
00:00:00.270
And
I should see a "Create Custom Info Key" text
00:00:00.135
And
I enter "key-label" as "label"
00:00:00.056
And
I enter "key-desc" as "description"
00:00:00.062
And
I click on "Create Key"
00:00:00.060
Then
I should see a "Successfully added 1 custom key." text
00:00:00.238
When
I follow the left menu "Systems > System List > All"
00:00:00.142
And
I follow this "sle_minion" link
00:00:01.154
And
I follow "Custom Info"
00:00:00.552
And
I follow "Create Value"
00:00:00.528
And
I follow "key-label"
00:00:00.515
And
I enter "key-value" as "value"
00:00:00.054
And
I click on "Update Key"
00:00:00.680
Then
I should see a "key-label" text
00:00:00.170
And
I should see a "key-value" link
00:00:00.011
When
I follow the left menu "Systems > System List > All"
00:00:00.121
And
I follow this "sle_minion" link
00:00:01.121
And
I follow "Custom Info"
00:00:00.542
And
I follow "key-value"
00:00:00.525
And
I should see a "Edit Custom Value" text
00:00:00.149
And
I enter "key-value-edited" as "value"
00:00:00.068
And
I click on "Update Key"
00:00:00.757
Then
I should see a "key-label" text
00:00:00.169
And
I should see a "key-value-edited" link
00:00:00.011
When
I follow the left menu "Systems > Custom System Info"
00:00:00.064
And
I follow "key-label"
00:00:00.287
And
I enter "key-desc-edited" as "description"
00:00:00.092
And
I click on "Update Key"
00:00:00.417
Then
I should see a "key-label" link
00:00:00.011
And
I should see a "key-desc-edited" text
00:00:00.140
When
I follow the left menu "Systems > Custom System Info"
00:00:00.059
And
I follow "key-label"
00:00:00.268
And
I follow this "sle_minion" link
00:00:00.802
And
I follow "Custom Info"
00:00:00.438
And
I follow "key-value-edited"
00:00:00.454
And
I follow "Delete Value"
00:00:00.448
And
I click on "Remove Value"
00:00:00.608
Then
I should see a "No custom information defined for this system." text
00:00:00.160
When
I follow the left menu "Systems > Custom System Info"
00:00:00.059
And
I follow "key-label"
00:00:00.296
And
I follow "Delete Key"
00:00:00.277
And
I click on "Delete Key"
00:00:00.465
Then
I should not see a "key-label" text
00:00:00.057