@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.142
And
I follow "Create Key"
00:00:00.281
And
I should see a "Create Custom Info Key" text
00:00:00.056
And
I enter "key-label" as "label"
00:00:00.061
And
I enter "key-desc" as "description"
00:00:00.070
And
I click on "Create Key"
00:00:00.346
Then
I should see a "Successfully added 1 custom key." text
00:00:00.063
When
I follow the left menu "Systems > System List > All"
00:00:00.151
And
I follow this "sle_minion" link
00:00:00.930
And
I follow "Custom Info"
00:00:00.456
And
I follow "Create Value"
00:00:00.441
And
I follow "key-label"
00:00:00.438
And
I enter "key-value" as "value"
00:00:00.056
And
I click on "Update Key"
00:00:00.598
Then
I should see a "key-label" text
00:00:00.069
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.127
And
I follow this "sle_minion" link
00:00:01.064
And
I follow "Custom Info"
00:00:00.443
And
I follow "key-value"
00:00:00.518
And
I should see a "Edit Custom Value" text
00:00:00.068
And
I enter "key-value-edited" as "value"
00:00:00.069
And
I click on "Update Key"
00:00:00.657
Then
I should see a "key-label" text
00:00:00.067
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.063
And
I follow "key-label"
00:00:00.274
And
I enter "key-desc-edited" as "description"
00:00:00.087
And
I click on "Update Key"
00:00:00.476
Then
I should see a "key-label" link
00:00:00.012
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.062
And
I follow "key-label"
00:00:00.338
And
I follow this "sle_minion" link
00:00:00.715
And
I follow "Custom Info"
00:00:00.431
And
I follow "key-value-edited"
00:00:00.439
And
I follow "Delete Value"
00:00:00.432
And
I click on "Remove Value"
00:00:00.612
Then
I should see a "No custom information defined for this system." text
00:00:00.065
When
I follow the left menu "Systems > Custom System Info"
00:00:00.064
And
I follow "key-label"
00:00:00.276
And
I follow "Delete Key"
00:00:00.248
And
I click on "Delete Key"
00:00:00.429
Then
I should not see a "key-label" text
00:00:00.060