@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.185
And
I follow "Create Key"
00:00:00.339
And
I should see a "Create Custom Info Key" text
00:00:00.059
And
I enter "key-label" as "label"
00:00:00.082
And
I enter "key-desc" as "description"
00:00:00.096
And
I click on "Create Key"
00:00:00.474
Then
I should see a "Successfully added 1 custom key." text
00:00:00.068
When
I follow the left menu "Systems > System List > All"
00:00:00.200
And
I follow this "sle_minion" link
00:00:01.179
And
I follow "Custom Info"
00:00:00.499
And
I follow "Create Value"
00:00:00.489
And
I follow "key-label"
00:00:00.527
And
I enter "key-value" as "value"
00:00:00.069
And
I click on "Update Key"
00:00:00.676
Then
I should see a "key-label" text
00:00:00.077
And
I should see a "key-value" link
00:00:00.015
When
I follow the left menu "Systems > System List > All"
00:00:00.168
And
I follow this "sle_minion" link
00:00:01.137
And
I follow "Custom Info"
00:00:00.480
And
I follow "key-value"
00:00:00.491
And
I should see a "Edit Custom Value" text
00:00:00.069
And
I enter "key-value-edited" as "value"
00:00:00.086
And
I click on "Update Key"
00:00:00.659
Then
I should see a "key-label" text
00:00:00.074
And
I should see a "key-value-edited" link
00:00:00.016
When
I follow the left menu "Systems > Custom System Info"
00:00:00.092
And
I follow "key-label"
00:00:00.347
And
I enter "key-desc-edited" as "description"
00:00:00.112
And
I click on "Update Key"
00:00:00.384
Then
I should see a "key-label" link
00:00:00.015
And
I should see a "key-desc-edited" text
00:00:00.064
When
I follow the left menu "Systems > Custom System Info"
00:00:00.083
And
I follow "key-label"
00:00:00.350
And
I follow this "sle_minion" link
00:00:00.997
And
I follow "Custom Info"
00:00:00.486
And
I follow "key-value-edited"
00:00:00.602
And
I follow "Delete Value"
00:00:00.513
And
I click on "Remove Value"
00:00:00.735
Then
I should see a "No custom information defined for this system." text
00:00:00.078
When
I follow the left menu "Systems > Custom System Info"
00:00:00.079
And
I follow "key-label"
00:00:00.259
And
I follow "Delete Key"
00:00:00.298
And
I click on "Delete Key"
00:00:00.468
Then
I should not see a "key-label" text
00:00:00.068