@scope_onboarding
Feature: 0061 - Empty minion profile operations
File name: min_empty_system_profiles.feature
Relative path: secondary/min_empty_system_profiles.feature
@scope_onboarding
Scenario: Check the created empty minion profiles in Unprovisioned Systems page
And
I follow the left menu "System > System List > Unprovisioned Systems"
00:00:00.214
And
I wait until I see "empty-profile" text, refreshing the page
00:00:00.074
And
I wait until I see "00:11:22:33:44:55" text
00:00:00.085
And
I wait until I see "empty-profile-hostname" text
00:00:00.085
And
I follow the left menu "System > System List > Unprovisioned Systems"
00:00:00.070
And
I follow "empty-profile-hostname"
00:00:00.593
Then
I wait until I see "min-retail.mgr.suse.de" text, refreshing the page
00:00:00.069
@scope_onboarding
Scenario: Check the empty minion profiles visible via API
When
I call system.list_empty_system_profiles()
00:00:00.993
Then
"empty-profile" should be present in the result
00:00:00.000
And
"empty-profile-hostname" should be present in the result
00:00:00.000
When
I follow the left menu "Systems > System List"
00:00:00.069
And
I wait until I see the "empty-profile" system, refreshing the page
00:00:58.007
And
I follow "empty-profile"
00:00:00.577
And
I follow "Delete System"
00:00:00.428
Then
I should see a "Confirm System Profile Deletion" text
00:00:00.058
When
I click on "Delete Profile"
00:00:00.065
And
I wait until I see "has been deleted" text
00:00:00.862
When
I follow the left menu "Systems > System List"
00:00:00.077
And
I wait until I see the "empty-profile-hostname" system, refreshing the page
00:00:00.608
And
I follow "empty-profile-hostname"
00:00:00.617
And
I follow "Delete System"
00:00:00.485
Then
I should see a "Confirm System Profile Deletion" text
00:00:00.057
When
I click on "Delete Profile"
00:00:00.055
And
I wait until I see "has been deleted" text
00:00:02.173