@scope_salt
Feature: 0134 - 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
Scenario: Check that Hardware Refresh button works on a SLES Salt minion
When
I follow "Details" in the content area
00:00:00.067
And
I follow "Hardware" in the content area
00:00:00.061
And
I click on "Schedule Hardware Refresh"
00:00:00.725
Then
I should see a "You have successfully scheduled a hardware profile refresh" text
00:00:00.122
When
I wait until event "Hardware List Refresh scheduled" is completed
00:00:18.832
And
I wait until there is no Salt job calling the module "hardware.profileupdate" on "sle_minion"
00:00:02.437
When
I follow "Details" in the content area
00:00:00.070
And
I follow "Hardware" in the content area
00:00:00.064
And
I click on "Update Properties"
00:00:00.640
Then
I should see a "Networking properties updated." text
00:00:00.115