@scope_recurring_actions
@skip_if_github_validation
@susemanager
@uyuni
Feature: 0067 - Recurring Actions
File name: min_recurring_action.feature
Relative path: secondary/min_recurring_action.feature
@scope_recurring_actions
Scenario: Create an IP forwarding config state channel
When
I follow the left menu "Configuration > Channels"
00:00:00.144
And
I follow "Create State Channel"
00:00:00.298
And
I wait until I see "New Config State Channel" text
00:00:00.061
And
I enter "My State Channel for Recurring Actions" as "cofName"
00:00:00.098
And
I enter "statechannel-recurring" as "cofLabel"
00:00:00.074
And
I enter "This is a state channel to be used in recurring actions" as "cofDescription"
00:00:00.100
And
I enter "enable_ip_forwarding:\n cmd.run:\n - name: echo 1 > /proc/sys/net/ipv4/conf/all/forwarding" in the editor
00:00:00.006
And
I click on "Create Config State Channel"
00:00:00.823
Then
I wait until I see "Channel Properties" text
00:00:00.070
And
I wait until I see "My State Channel for Recurring Actions" text
00:00:00.067
@scope_recurring_actions
Scenario: Enable IP forwarding through a custom state recurring action
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:03.143
Then
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.122
When
I click on "Create"
00:00:00.103
And
I wait until I see "Action Type" text
00:00:00.092
And
I enter "IP forwarding custom state recurring action" as "scheduleName"
00:00:00.297
And
I select "Custom state" from "actionTypeDescription"
00:00:01.150
And
I wait until I see "Configure states to execute" text
00:00:00.107
And
I check radio button "schedule-daily"
00:00:10.084
Execution time: 23:17
And
I check "statechannel-recurring-cbox"
00:00:00.094
And
I click on "Save Changes"
00:00:00.072
And
I wait until I see "Edit State Ranks" text
00:00:00.098
And
I click on "Confirm"
00:00:00.101
And
I click on "Create Schedule"
00:00:00.068
Then
I wait until I see "Schedule successfully created" text
00:00:00.428
And
I should see a "IP forwarding custom state recurring action" text
00:00:00.272
And
I should see a "Minion" text
00:00:00.068
When
I follow "Events"
00:00:00.553
And
I follow "History"
00:00:00.564
Then
I wait at most 420 seconds until event "Apply recurring states [manager_org_1.statechannel-recurring] schedule" is completed
00:00:19.855
And
file "/proc/sys/net/ipv4/conf/all/forwarding" should contain "1" on "sle_minion"
00:00:01.268
@scope_recurring_actions
Scenario: Edit the IP forwarding custom state recurring action
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:03.214
Then
I should see a "IP forwarding custom state recurring action" text
00:00:00.379
When
I click the "IP forwarding custom state recurring action" item edit button
00:00:00.072
And
I wait until I see "Update Schedule" text
00:00:00.318
And
I enter "custom_state_schedule_name_changed" as "scheduleName"
00:00:00.550
Execution time: 23:18
And
I uncheck "statechannel-recurring-cbox"
00:00:10.092
And
I check "Sync States-cbox"
00:00:00.090
And
I click on "Save Changes"
00:00:00.097
And
I wait until I see "Edit State Ranks" text
00:00:00.095
And
I click on "Confirm"
00:00:00.082
And
I click on "Update Schedule"
00:00:00.068
Then
I wait until I see "Schedule successfully updated" text
00:00:00.788
And
I should see a "custom_state_schedule_name_changed" text
00:00:00.171
And
I should see a "Minion" text
00:00:00.068
When
I follow "Events"
00:00:00.553
And
I follow "History"
00:00:00.704
Then
I wait at most 420 seconds until event "Apply recurring states [util.syncstates] scheduled" is completed
00:00:48.181
And
I wait until I see "SLS: util.syncstates" text
00:00:00.070
@scope_recurring_actions
@skip_if_github_validation
Scenario: Cleanup: Disable IP forwarding
When
I follow the left menu "Salt > Remote Commands"
00:00:00.147
Then
I should see a "Remote Commands" text in the content area
00:00:00.027
When
I enter command "echo 0 > /proc/sys/net/ipv4/conf/all/forwarding"
00:00:00.144
And
I enter target "sle_minion"
00:00:00.110
And
I click on preview
00:00:11.604
And
I click on run
00:00:00.051
Then
I should see "sle_minion" hostname
00:00:00.061
And
I wait until I see "show response" text
00:00:01.071
And
file "/proc/sys/net/ipv4/conf/all/forwarding" should contain "0" on "sle_minion"
00:00:01.262
@scope_recurring_actions
Scenario: Cleanup: Delete the minion Custom state Recurring Action
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:02.905
Then
I should see a "custom_state_schedule_name_changed" text
00:00:00.366
When
I click the "custom_state_schedule_name_changed" item delete button
00:00:00.078
And
I wait until I see "Delete Recurring Action Schedule" text
00:00:00.077
And
I click on the red confirmation button
00:00:00.071
Then
I wait until I see "Schedule 'custom_state_schedule_name_changed' has been deleted." text
00:00:00.315
@scope_recurring_actions
Scenario: Create a minion Highstate Recurring Action
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:01.871
Then
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.072
When
I click on "Create"
00:00:00.103
And
I wait until I see "Schedule Name" text
00:00:00.097
And
I enter "Minion Highstate Recurring Action" as "scheduleName"
00:00:00.260
And
I select "Highstate" from "actionTypeDescription"
00:00:01.140
And
I check radio button "schedule-daily"
00:00:10.100
Execution time: 23:19
And
I click on the "disabled" toggler
00:00:00.058
And
I click on "Create Schedule"
00:00:00.064
Then
I wait until I see "Schedule successfully created" text
00:00:00.390
And
I should see a "Minion Highstate Recurring Action" text
00:00:00.173
And
I should see a "Minion" text
00:00:00.068
When
I follow "Events"
00:00:00.424
And
I follow "History"
00:00:00.635
And
I wait until I see the event "Apply highstate in test-mode scheduled" completed during last minute, refreshing the page
00:00:35.542
@scope_recurring_actions
Scenario: Edit the minion Highstate Recurring Action
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:01.821
Then
I should see a "Minion Highstate Recurring Action" text
00:00:00.386
When
I click the "Minion Highstate Recurring Action" item edit button
00:00:00.070
And
I wait until I see "Update Schedule" text
00:00:00.302
And
I enter "schedule_name_minion" as "scheduleName"
00:00:00.393
And
I check radio button "schedule-weekly"
00:00:10.092
And
I select "Wednesday" from "date_weekly"
00:00:01.147
And
I enter "01:35" as "time-weekly_time"
00:00:00.108
And
I click on "Update Schedule"
00:00:00.068
Then
I wait until I see "Schedule successfully updated" text
00:00:00.787
And
I should see a "schedule_name_minion" text
00:00:00.279
And
I should see a "Minion" text
00:00:00.074
And
I should see a "0 35 1 ? * 4" text
00:00:00.079
@scope_recurring_actions
Scenario: View the minion Highstate Recurring Action details
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:02.358
Then
I should see a "schedule_name_minion" text
00:00:00.752
When
I click the "schedule_name_minion" item details button
00:00:00.082
Then
I should see a "Every Wednesday at 01:35" text
00:00:00.477
When
I click on "Back"
00:00:00.071
Then
I should see a "Schedules" text
00:00:00.068
When
I follow the left menu "Systems > System Groups"
00:00:00.079
And
I follow "Create Group"
00:00:00.288
And
I enter "Recurring-Action-test-group" as "name"
00:00:00.078
And
I enter "This is for testing" as "description"
00:00:00.073
And
I click on "Create Group"
00:00:00.067
Then
I should see a "System group Recurring-Action-test-group created." text
00:00:00.070
When
I am on the "Groups" page of this "sle_minion"
00:00:02.203
And
I follow first "Join"
00:00:00.589
And
I check the first row in the list
00:00:00.085
And
I click on "Join Groups"
00:00:01.553
Then
I wait until I see "1 system groups added" text
00:00:00.073
@scope_recurring_actions
Scenario: Pre-requisite: subscribe system to Fake Channel
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.917
When
I follow "Software" in the content area
00:00:00.076
And
I follow "Software Channels" in the content area
00:00:00.070
And
I wait until I do not see "Loading..." text
00:00:00.072
And
I check radio button "Fake-Base-Channel-SUSE-like"
00:00:10.087
And
I wait until I do not see "Loading..." text
00:00:00.533
And
I check "Fake-Child-Channel-SUSE-like"
00:00:00.082
And
I click on "Next"
00:00:00.067
Then
I should see a "Confirm Software Channel Change" text
00:00:00.077
When
I click on "Confirm"
00:00:00.084
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.406
And
I wait until event "Subscribe channels scheduled" is completed
00:00:33.431
@scope_recurring_actions
@skip_if_github_validation
Scenario: Pre-requisite: downgrade milkyway-dummy to lower version
When
I enable repository "test_repo_rpm_pool" on this "sle_minion"
00:00:00.851
And
I install old package "milkyway-dummy-1.0" on this "sle_minion"
00:00:02.727
And
I refresh the metadata for "sle_minion"
00:00:00.824
And
I follow the left menu "Admin > Task Schedules"
00:00:00.144
And
I follow "errata-cache-default"
00:00:01.300
And
I follow "errata-cache-bunch"
00:00:01.418
And
I click on "Single Run Schedule"
00:00:01.554
Then
I should see a "bunch was scheduled" text
00:00:00.279
And
I wait until the table contains "FINISHED" or "SKIPPED" followed by "FINISHED" in its first rows
00:00:06.705
@scope_recurring_actions
Scenario: Create a recurring action to apply "uptodate" state to a system group
When
I follow the left menu "Systems > System Groups"
00:00:00.085
And
I follow "Recurring-Action-test-group"
00:00:00.339
And
I follow "Recurring Actions" in the content area
00:00:00.075
Then
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.069
When
I click on "Create"
00:00:00.108
And
I wait until I see "Schedule Name" text
00:00:00.097
And
I enter "Recurring action to keep Recurring-Action-test-group uptodate" as "scheduleName"
00:00:00.407
And
I select "Custom state" from "actionTypeDescription"
00:00:01.142
And
I wait until I see "Configure states to execute" text
00:00:00.106
And
I check radio button "schedule-daily"
00:00:10.086
Execution time: 23:23
And
I check "Update System-cbox"
00:00:00.095
And
I click on "Save Changes"
00:00:00.072
And
I wait until I see "Edit State Ranks" text
00:00:00.097
And
I click on "Confirm"
00:00:00.086
And
I click on "Create Schedule"
00:00:00.068
Then
I wait until I see "Schedule successfully created" text
00:00:00.629
And
I should see a "Recurring action to keep Recurring-Action-test-group uptodate" text
00:00:00.186
And
I should see a "Group" text
00:00:00.068
When
I am on the "Events" page of this "sle_minion"
00:00:01.906
And
I follow "History"
00:00:00.567
Then
I wait until I see the event "Apply recurring states [uptodate] scheduled" completed during last minute, refreshing the page
00:00:58.241
When
I am on the Systems overview page of this "sle_minion"
00:00:02.444
Then
I wait at most 500 seconds until I do not see "System is up to date" text, refreshing the page
00:00:00.094
@scope_recurring_actions
@susemanager
Scenario: Cleanup: subscribe system back to default base channel
Given
I am on the Systems overview page of this "sle_minion"
0s
When
I follow "Software" in the content area
0s
And
I disable repository "test_repo_rpm_pool" on this "sle_minion" without error control
0s
And
I follow "Software Channels" in the content area
0s
And
I wait until I do not see "Loading..." text
0s
And
I check default base channel radio button of this "sle_minion"
0s
And
I wait for child channels to appear
0s
And
I include the recommended child channels
0s
And
I wait until "SLE-Module-Basesystem15-SP7-Pool for x86_64" has been checked
0s
And
I wait until "SLE-Module-Basesystem15-SP7-Updates for x86_64" has been checked
0s
And
I wait until "SLE-Module-Server-Applications15-SP7-Pool for x86_64" has been checked
0s
And
I wait until "SLE-Module-Server-Applications15-SP7-Updates for x86_64" has been checked
0s
And
I check "SLE-Module-DevTools15-SP7-Pool for x86_64"
0s
And
I wait until "SLE-Module-DevTools15-SP7-Updates for x86_64" has been checked
0s
And
I wait until "SLE-Module-Desktop-Applications15-SP7-Pool for x86_64" has been checked
0s
And
I wait until "SLE-Module-Desktop-Applications15-SP7-Updates for x86_64" has been checked
0s
And
I check "SLE-Module-Containers15-SP7-Pool for x86_64"
0s
And
I wait until "SLE-Module-Containers15-SP7-Updates for x86_64" has been checked
0s
And
I check "Fake-RPM-SUSE-Channel"
0s
And
I click on "Next"
0s
Then
I should see a "Confirm Software Channel Change" text
0s
When
I click on "Confirm"
0s
Then
I should see a "Changing the channels has been scheduled." text
0s
And
I wait until event "Subscribe channels scheduled" is completed
0s
@scope_recurring_actions
@uyuni
Scenario: Cleanup: subscribe system back to default base channel
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.966
When
I follow "Software" in the content area
00:00:00.078
And
I disable repository "test_repo_rpm_pool" on this "sle_minion" without error control
00:00:00.874
And
I follow "Software Channels" in the content area
00:00:00.070
And
I wait until I do not see "Loading..." text
00:00:00.078
And
I check default base channel radio button of this "sle_minion"
00:00:00.551
And
I wait for child channels to appear
00:00:00.745
And
I check "Uyuni Client Tools for openSUSE Tumbleweed (x86_64) (Development)"
00:00:00.090
And
I check "Fake-RPM-SUSE-Channel"
00:00:00.083
And
I click on "Next"
00:00:00.067
Then
I should see a "Confirm Software Channel Change" text
00:00:00.067
When
I click on "Confirm"
00:00:00.082
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.431
And
I wait until event "Subscribe channels scheduled" is completed
00:00:33.835
When
I follow the left menu "Systems > System Groups"
00:00:00.080
And
I follow "Recurring-Action-test-group"
00:00:00.330
And
I follow "Recurring Actions" in the content area
00:00:00.075
Then
I should see a "Recurring action to keep Recurring-Action-test-group uptodate" text
00:00:00.312
When
I click the "Recurring action to keep Recurring-Action-test-group uptodate" item edit button
00:00:00.070
And
I wait until I see "Update Schedule" text
00:00:00.340
And
I enter "schedule_name_group" as "scheduleName"
00:00:00.649
And
I check radio button "schedule-hourly"
00:00:10.096
And
I enter "35" as "minutes"
00:00:00.077
And
I click on "Update Schedule"
00:00:00.074
Then
I wait until I see "Schedule successfully updated" text
00:00:00.451
And
I should see a "schedule_name_group" text
00:00:00.186
And
I should see a "Group" text
00:00:00.068
And
I should see a "0 35 * ? * *" text
00:00:00.068
@scope_recurring_actions
Scenario: View the group recurring actions details
When
I follow the left menu "Systems > System Groups"
00:00:00.068
And
I follow "Recurring-Action-test-group"
00:00:00.414
And
I follow "Recurring Actions" in the content area
00:00:00.074
Then
I should see a "schedule_name" text
00:00:00.372
When
I click the "schedule_name" item details button
00:00:00.070
Then
I should see a "Every hour at minute 35" text
00:00:00.176
And
I should see a "Recurring-Action-test-group" link
00:00:00.013
And
I should see a "Update System" text
00:00:00.073
When
I click on "Back"
00:00:00.073
Then
I should see a "Schedules" text
00:00:00.064
When
I follow the left menu "Home > My Organization > Recurring Actions"
00:00:00.229
Then
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.060
When
I click on "Create"
00:00:00.086
And
I wait until I see "Schedule Name" text
00:00:00.090
And
I enter "schedule_name" as "scheduleName"
00:00:00.113
And
I select "Custom state" from "actionTypeDescription"
00:00:01.139
And
I wait until I see "Configure states to execute" text
00:00:00.098
And
I check radio button "schedule-daily"
00:00:10.089
Execution time: 23:25
And
I click on the "disabled" toggler
00:00:00.059
And
I check "Package Profile Update-cbox"
00:00:00.093
And
I click on "Save Changes"
00:00:00.070
And
I wait until I see "Edit State Ranks" text
00:00:00.097
And
I click on "Confirm"
00:00:00.079
And
I click on "Create Schedule"
00:00:00.068
Then
I wait until I see "Schedule successfully created" text
00:00:00.298
And
I should see a "schedule_name" text
00:00:00.067
And
I should see a "Organization" text
00:00:00.070
When
I am on the "Events" page of this "sle_minion"
00:00:01.792
And
I follow "History"
00:00:00.503
Then
I wait until I see the event "Apply recurring states [packages.profileupdate] scheduled" completed during last minute, refreshing the page
00:00:23.662
When
I follow the left menu "Home > My Organization > Recurring Actions"
00:00:00.255
Then
I should see a "schedule_name" text
00:00:00.276
When
I click the "schedule_name" item edit button
00:00:00.073
And
I wait until I see "Update Schedule" text
00:00:00.317
And
I enter "schedule_name_edit" as "scheduleName"
00:00:00.311
And
I check radio button "schedule-monthly"
00:00:10.076
And
I select "7" from "date_monthly"
00:00:01.164
And
I enter "05:17" as "time-monthly_time"
00:00:00.120
And
I click on "Update Schedule"
00:00:00.071
Then
I wait until I see "Schedule successfully updated" text
00:00:00.603
And
I should see a "schedule_name_edit" text
00:00:00.177
And
I should see a "Organization" text
00:00:00.066
And
I should see a "0 17 5 7 * ?" text
00:00:00.064
@scope_recurring_actions
Scenario: View the yourorg recurring actions details
When
I follow the left menu "Home > My Organization > Recurring Actions"
00:00:00.094
Then
I should see a "schedule_name" text
00:00:00.268
When
I click the "schedule_name" item details button
00:00:00.066
Then
I should see a "Every 7th of the month at 05:17" text
00:00:00.265
And
I should see a "Package Profile Update" text
00:00:00.068
When
I click on "Back"
00:00:00.072
Then
I should see a "Schedules" text
00:00:00.062
@scope_recurring_actions
Scenario: Cleanup: Delete the yourorg Recurring Action
When
I follow the left menu "Home > My Organization > Recurring Actions"
00:00:00.088
Then
I should see a "schedule_name_edit" text
00:00:00.264
When
I click the "schedule_name" item delete button
00:00:00.078
And
I wait until I see "Delete Recurring Action Schedule" text
00:00:00.069
And
I click on the red confirmation button
00:00:00.072
Then
I wait until I see "Schedule 'schedule_name_edit' has been deleted." text
00:00:00.726
And
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.380
When
I follow the left menu "Admin > Organizations"
00:00:00.137
And
I follow "SUSE Test" in the content area
00:00:00.078
And
I follow "Recurring Actions" in the content area
00:00:00.071
Then
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.067
When
I click on "Create"
00:00:00.093
And
I wait until I see "Schedule Name" text
00:00:00.091
And
I select "Custom state" from "actionTypeDescription"
00:00:01.126
And
I wait until I see "Configure states to execute" text
00:00:00.107
And
I enter "schedule_name" as "scheduleName"
00:00:00.139
And
I check radio button "schedule-daily"
00:00:10.099
Execution time: 23:26
And
I click on the "disabled" toggler
00:00:00.063
And
I check "Hardware Profile Update-cbox"
00:00:00.094
And
I click on "Save Changes"
00:00:00.076
And
I wait until I see "Edit State Ranks" text
00:00:00.095
And
I click on "Confirm"
00:00:00.081
And
I click on "Create Schedule"
00:00:00.070
Then
I wait until I see "Schedule successfully created" text
00:00:00.298
And
I should see a "schedule_name" text
00:00:00.178
And
I should see a "Organization" text
00:00:00.072
When
I am on the "Events" page of this "sle_minion"
00:00:02.190
And
I follow "History"
00:00:00.560
Then
I wait until I see the event "Apply recurring states [hardware.profileupdate] scheduled" completed during last minute, refreshing the page
00:00:34.842
When
I follow the left menu "Admin > Organizations"
00:00:00.163
And
I follow "SUSE Test" in the content area
00:00:00.086
And
I follow "Recurring Actions" in the content area
00:00:00.070
Then
I should see a "schedule_name" text
00:00:00.465
When
I click the "schedule_name" item edit button
00:00:00.073
And
I wait until I see "Update Schedule" text
00:00:00.318
And
I enter "schedule_name_org" as "scheduleName"
00:00:00.312
And
I check radio button "schedule-cron"
00:00:10.075
And
I enter "0 0 15 3 * ?" as "cron"
00:00:00.217
And
I click on "Update Schedule"
00:00:00.070
Then
I wait until I see "Schedule successfully updated" text
00:00:00.951
And
I should see a "schedule_name_org" text
00:00:00.177
And
I should see a "Organization" text
00:00:00.098
And
I should see a "0 0 15 3 * ?" text
00:00:00.072
@scope_recurring_actions
Scenario: View the admin org recurring actions details
When
I follow the left menu "Admin > Organizations"
00:00:00.078
And
I follow "SUSE Test" in the content area
00:00:00.064
And
I follow "Recurring Actions" in the content area
00:00:00.064
Then
I should see a "schedule_name" text
00:00:00.370
When
I click the "schedule_name" item details button
00:00:00.065
Then
I should see a "Every 3rd of the month at 15:00" text
00:00:00.354
When
I click on "Back"
00:00:00.071
Then
I should see a "Schedules" text
00:00:00.061
@scope_recurring_actions
Scenario: View all types of recurring actions in the list of all actions
When
I follow the left menu "Schedule > Recurring Actions"
00:00:00.149
Then
I should not see a "Create" text
00:00:00.062
And
I should see a "schedule_name_minion" text
00:00:00.483
And
I should see a "Minion" text
00:00:00.076
And
I should see a "schedule_name_group" text
00:00:00.072
And
I should see a "Group" text
00:00:00.076
And
I should see a "schedule_name_org" text
00:00:00.071
And
I should see a "Organization" text
00:00:00.072
When
I follow the left menu "Schedule > Recurring Actions"
00:00:00.062
And
I click the "schedule_name_minion" item details button
00:00:00.410
Then
I should see a "Every Wednesday at 01:35" text
00:00:00.239
And
I should not see a "Schedules" text in the content area
00:00:00.035
When
I click on "Back"
00:00:00.066
Then
I should see a "schedule_name_group" text
00:00:00.542
@scope_recurring_actions
Scenario: Cleanup: Delete the admin org Recurring Action
When
I follow the left menu "Admin > Organizations"
00:00:00.128
And
I follow "SUSE Test" in the content area
00:00:00.067
And
I follow "Recurring Actions" in the content area
00:00:00.063
Then
I should see a "schedule_name_org" text
00:00:00.294
When
I click the "schedule_name_org" item delete button
00:00:00.083
And
I wait until I see "Delete Recurring Action Schedule" text
00:00:00.070
And
I click on the red confirmation button
00:00:00.071
Then
I wait until I see "Schedule 'schedule_name_org' has been deleted." text
00:00:00.197
@scope_recurring_actions
Scenario: Cleanup: Delete the group Recurring Action
When
I follow the left menu "Systems > System Groups"
00:00:00.153
And
I follow "Recurring-Action-test-group"
00:00:00.336
And
I follow "Recurring Actions" in the content area
00:00:00.064
Then
I should see a "schedule_name_group" text
00:00:00.388
When
I click the "schedule_name_group" item delete button
00:00:00.072
And
I wait until I see "Delete Recurring Action Schedule" text
00:00:00.074
And
I click on the red confirmation button
00:00:00.064
Then
I wait until I see "Schedule 'schedule_name_group' has been deleted." text
00:00:00.529
And
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.181
@scope_recurring_actions
Scenario: Cleanup: Delete the minion Highstate Recurring Action
When
I am on the "Recurring Actions" page of this "sle_minion"
00:00:02.561
Then
I should see a "schedule_name_minion" text
00:00:00.367
When
I click the "schedule_name_minion" item delete button
00:00:00.068
And
I wait until I see "Delete Recurring Action Schedule" text
00:00:00.075
And
I click on the red confirmation button
00:00:00.063
Then
I wait until I see "Schedule 'schedule_name_minion' has been deleted." text
00:00:00.409
And
I should see a "No schedules created. Use Create to add a schedule" text
00:00:00.070
@scope_recurring_actions
Scenario: Cleanup: Delete the system group created for group recurring action tests
When
I follow the left menu "Systems > System Groups"
00:00:00.064
And
I follow "Recurring-Action-test-group"
00:00:00.311
And
I follow "Delete Group"
00:00:00.314
And
I click on "Confirm Deletion"
00:00:01.602
Then
I should see a "Your organization has no system groups." text
00:00:00.062
@scope_recurring_actions
Scenario: Cleanup: Remove "My State Channel for Recurring Actions" config channel
When
I follow the left menu "Configuration > Channels"
00:00:00.145
And
I follow "My State Channel for Recurring Actions"
00:00:00.731
And
I follow "Delete Channel"
00:00:00.390
And
I click on "Delete Config Channel"
00:00:00.064
Then
I should see a "Channel 'My State Channel for Recurring Actions' has been deleted" text
00:00:00.063