@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.145
And
I follow "Create Key"
00:00:00.352
And
I should see a "Create Custom Info Key" text
00:00:00.056
And
I enter "key-label" as "label"
00:00:00.063
And
I enter "key-desc" as "description"
00:00:00.068
And
I click on "Create Key"
00:00:00.069
Then
I should see a "Successfully added 1 custom key." text
00:00:00.158
When
I follow the left menu "Systems > System List > All"
00:00:00.162
And
I follow this "sle_minion" link
00:00:01.123
And
I follow "Custom Info"
00:00:00.477
And
I follow "Create Value"
00:00:00.465
And
I follow "key-label"
00:00:00.460
And
I enter "key-value" as "value"
00:00:00.062
And
I click on "Update Key"
00:00:00.607
Then
I should see a "key-label" text
00:00:00.072
And
I should see a "key-value" link
00:00:00.014
When
I follow the left menu "Systems > System List > All"
00:00:00.149
And
I follow this "sle_minion" link
00:00:01.007
And
I follow "Custom Info"
00:00:00.456
And
I follow "key-value"
00:00:00.466
And
I should see a "Edit Custom Value" text
00:00:00.071
And
I enter "key-value-edited" as "value"
00:00:00.074
And
I click on "Update Key"
00:00:00.597
Then
I should see a "key-label" text
00:00:00.072
And
I should see a "key-value-edited" link
00:00:00.013
When
I follow the left menu "Systems > Custom System Info"
00:00:00.069
And
I follow "key-label"
00:00:00.301
And
I enter "key-desc-edited" as "description"
00:00:00.096
And
I click on "Update Key"
00:00:00.440
Then
I should see a "key-label" link
00:00:00.013
And
I should see a "key-desc-edited" text
00:00:00.059
When
I follow the left menu "Systems > Custom System Info"
00:00:00.071
And
I follow "key-label"
00:00:00.391
And
I follow this "sle_minion" link
00:00:00.792
And
I follow "Custom Info"
00:00:00.470
And
I follow "key-value-edited"
00:00:00.481
And
I follow "Delete Value"
00:00:00.459
And
I click on "Remove Value"
00:00:00.702
Then
I should see a "No custom information defined for this system." text
00:00:00.071
When
I follow the left menu "Systems > Custom System Info"
00:00:00.072
And
I follow "key-label"
00:00:00.295
And
I follow "Delete Key"
00:00:00.303
And
I click on "Delete Key"
00:00:00.557
Then
I should not see a "key-label" text
00:00:00.059