@scope_salt
@skip_if_github_validation
Feature: 0135 - Verify the minion registration
Description: In order to validate the completeness of minion registration
I want to see minion details and installed packages
File name: min_salt_minion_details.feature
Relative path: secondary/min_salt_minion_details.feature
@scope_salt
@skip_if_github_validation
Scenario: Check that Hardware Refresh button works on a SLES Salt minion
When
I follow "Details" in the content area
00:00:00.092
And
I follow "Hardware" in the content area
00:00:00.073
And
I click on "Schedule Hardware Refresh"
00:00:00.847
Then
I should see a "You have successfully scheduled a hardware profile refresh" text
00:00:00.123
When
I wait until event "Hardware List Refresh scheduled" is completed
00:00:22.225
And
I wait until there is no Salt job calling the module "hardware.profileupdate" on "sle_minion"
00:00:02.209
@scope_salt
@skip_if_github_validation
Scenario: Check that Update Properties button works
When
I follow "Details" in the content area
00:00:00.088
And
I follow "Hardware" in the content area
00:00:00.076
And
I click on "Update Properties"
00:00:00.743
Then
I should see a "Networking properties updated." text
00:00:00.123