@scope_visualization
@rhlike_minion
@deblike_minion
Feature: 0095 - Work with Union and Intersection buttons in the group list
File name: srv_group_union_intersection.feature
Relative path: secondary/srv_group_union_intersection.feature
When
I follow the left menu "Systems > System Groups"
00:00:00.155
When
I follow "Create Group"
00:00:00.416
And
I enter "sles" as "name"
00:00:00.057
And
I enter "SLES systems" as "description"
00:00:00.067
And
I click on "Create Group"
00:00:00.814
Then
I should see a "System group sles created." text
00:00:00.074
When
I follow the left menu "Systems > System Groups"
00:00:00.081
When
I follow "sles"
00:00:00.326
And
I follow "Target Systems"
00:00:00.489
And
I check the "sle_minion" client
00:00:00.067
And
I click on "Add Systems"
00:00:01.088
Then
I should see a "added to sles server group." text
00:00:00.089
When
I follow the left menu "Systems > System Groups"
00:00:00.071
When
I follow "Create Group"
00:00:00.301
And
I enter "rhlike" as "name"
00:00:00.056
And
I enter "Red Hat-like systems" as "description"
00:00:00.068
And
I click on "Create Group"
00:00:00.469
Then
I should see a "System group rhlike created." text
00:00:00.067
@scope_visualization
@rhlike_minion
Scenario: Add systems to the rhlike group
When
I follow the left menu "Systems > System Groups"
00:00:00.084
When
I follow "rhlike"
00:00:00.340
And
I follow "Target Systems"
00:00:00.468
Unable to find xpath "//table/tbody/tr[.//td[contains(.,'uyuni-master-rhlike-minion')]]//input[@type='checkbox']" (Capybara::ElementNotFound) ./features/support/navigation_step_helper.rb:32:in `toggle_checkbox_in_list' ./features/step_definitions/navigation_steps.rb:556:in `/^I check the "([^"]*)" client$/' features/secondary/srv_group_union_intersection.feature:43:in `I check the "rhlike_minion" client'
And
I click on "Add Systems"
0s
Then
I should see a "1 systems were added to rhlike server group." text
0s
When
I follow the left menu "Systems > System Groups"
00:00:00.075
When
I follow "Create Group"
00:00:00.316
And
I enter "deblike" as "name"
00:00:00.058
And
I enter "Debian-like systems" as "description"
00:00:00.072
And
I click on "Create Group"
00:00:00.065
Then
I should see a "System group deblike created." text
00:00:00.167
@scope_visualization
@deblike_minion
Scenario: Add systems to the deblike group
When
I follow the left menu "Systems > System Groups"
00:00:00.070
When
I follow "deblike"
00:00:00.354
And
I follow "Target Systems"
00:00:00.468
Unable to find xpath "//table/tbody/tr[.//td[contains(.,'uyuni-master-deblike-minion')]]//input[@type='checkbox']" (Capybara::ElementNotFound) ./features/support/navigation_step_helper.rb:32:in `toggle_checkbox_in_list' ./features/step_definitions/navigation_steps.rb:556:in `/^I check the "([^"]*)" client$/' features/secondary/srv_group_union_intersection.feature:61:in `I check the "deblike_minion" client'
And
I click on "Add Systems"
0s
Then
I should see a "1 systems were added to deblike server group." text
0s
When
I follow the left menu "Systems > System Groups"
00:00:00.091
When
I click on "Use in SSM" in row "sles"
00:00:00.082
And
I should see a "Selected Systems List" text
00:00:00.089
And
I should see "sle_minion" as link
00:00:00.018
@scope_visualization
@rhlike_minion
Scenario: Add a union of 2 groups to SSM - Red Hat-like
When
I follow the left menu "Systems > System Groups"
00:00:00.066
When
I check "sles" in the list
00:00:00.071
And
I check "rhlike" in the list
00:00:00.063
And
I click on "Work With Union"
00:00:01.336
And
I should see "sle_minion" as link
00:00:00.017
Link uyuni-master-rhlike-minion is not visible (ScriptError) ./features/step_definitions/navigation_steps.rb:758:in `/^I should see a "([^"]*)" link$/' ./features/step_definitions/setup_steps.rb:247:in `/^I should see "([^"]*)" as link$/' features/secondary/srv_group_union_intersection.feature:78:in `I should see "rhlike_minion" as link'
@scope_visualization
@rhlike_minion
Scenario: Add an intersection of 2 groups to SSM - Red Hat-like
When
I follow the left menu "Systems > System Groups"
00:00:00.091
When
I check "sles" in the list
00:00:00.069
And
I check "rhlike" in the list
00:00:00.061
And
I click on "Work With Intersection"
00:00:00.439
And
I should not see a "sle_minion" link
00:00:00.008
And
I should not see a "rhlike_minion" link
00:00:00.008
@scope_visualization
@deblike_minion
Scenario: Add a union of 2 groups to SSM - Debian-like
When
I follow the left menu "Systems > System Groups"
00:00:00.068
When
I check "sles" in the list
00:00:00.059
And
I check "deblike" in the list
00:00:00.066
And
I click on "Work With Union"
00:00:00.454
And
I should see "sle_minion" as link
00:00:00.016
Link uyuni-master-deblike-minion is not visible (ScriptError) ./features/step_definitions/navigation_steps.rb:758:in `/^I should see a "([^"]*)" link$/' ./features/step_definitions/setup_steps.rb:247:in `/^I should see "([^"]*)" as link$/' features/secondary/srv_group_union_intersection.feature:96:in `I should see "deblike_minion" as link'
@scope_visualization
@deblike_minion
Scenario: Add an intersection of 2 groups to SSM - Debian-like
When
I follow the left menu "Systems > System Groups"
00:00:00.091
When
I check "sles" in the list
00:00:00.069
And
I check "deblike" in the list
00:00:00.062
And
I click on "Work With Intersection"
00:00:00.446
And
I should not see a "sle_minion" link
00:00:00.008
And
I should not see a "deblike_minion" link
00:00:00.009
When
I follow the left menu "Systems > System Groups"
00:00:00.084
When
I follow "sles" in the content area
00:00:00.080
And
I follow "Delete Group" in the content area
00:00:00.074
And
I click on "Confirm Deletion"
00:00:01.124
Then
I should see a "deleted" text
00:00:00.080
@scope_visualization
@rhlike_minion
Scenario: Cleanup: remove the rhlike group
When
I follow the left menu "Systems > System Groups"
00:00:00.072
When
I follow "rhlike" in the content area
00:00:00.079
And
I follow "Delete Group" in the content area
00:00:00.068
And
I click on "Confirm Deletion"
00:00:00.695
Then
I should see a "deleted" text
00:00:00.069
@scope_visualization
@deblike_minion
Scenario: Cleanup: remove the deblike group
When
I follow the left menu "Systems > System Groups"
00:00:00.074
When
I follow "deblike" in the content area
00:00:00.089
And
I follow "Delete Group" in the content area
00:00:00.082
And
I click on "Confirm Deletion"
00:00:00.695
Then
I should see a "deleted" text
00:00:00.060