@skip_if_github_validation
@skip_if_containerized_server
Feature: 0073 - Restart the spacewalk services via UI
File name: srv_restart.feature
Relative path: secondary/srv_restart.feature
@skip_if_github_validation
@skip_if_containerized_server
Scenario: Restart the SUSE Multi-Linux Manager through the WebUI Admin option
Given
I am authorized for the "Admin" section
0s
When
I follow the left menu "Admin > Manager Configuration > Restart"
0s
And
I check "restart"
0s
And
I click on "Restart"
0s
And
I wait until I see "restarting. If this page" text
0s
And
I wait at most "300" seconds until I do not see "restarting. If this page" text
0s
And
I refresh the page
0s
Then
I follow the left menu "Admin > Manager Configuration > Restart"
0s