@scope_recurring_actions
Feature: 0105 - Change the schedule of a task
File name: srv_change_task_schedule.feature
Relative path: secondary/srv_change_task_schedule.feature
@scope_recurring_actions
Scenario: Change the schedule of task sandbox-cleanup-default to weekly
When
I follow the left menu "Admin > Task Schedules"
00:00:00.196
And
I follow "sandbox-cleanup-default"
00:00:01.339
And
I check radio button "weekly"
00:00:10.136
And
I select "Friday" from "date_day_week"
00:00:00.090
And
I click on "Update Schedule"
00:00:00.675
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.097
When
I follow the left menu "Admin > Task Schedules"
00:00:00.091
And
I follow "sandbox-cleanup-default"
00:00:01.267
Then
I should see a "Friday" text
00:00:00.097
And
radio button "weekly" should be checked
00:00:00.023
@scope_recurring_actions
Scenario: Change the schedule of task sandbox-cleanup-default to monthly
When
I follow the left menu "Admin > Task Schedules"
00:00:00.087
And
I follow "sandbox-cleanup-default"
00:00:01.257
And
I check radio button "monthly"
00:00:10.101
And
I select "17" from "date_day_month"
00:00:00.075
And
I click on "Update Schedule"
00:00:00.684
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.090
When
I follow the left menu "Admin > Task Schedules"
00:00:00.083
And
I follow "sandbox-cleanup-default"
00:00:01.304
Then
radio button "monthly" should be checked
00:00:00.040
@scope_recurring_actions
Scenario: Change the schedule of task sandbox-cleanup-default back to daily
When
I follow the left menu "Admin > Task Schedules"
00:00:00.079
And
I follow "sandbox-cleanup-default"
00:00:01.460
And
I check radio button "daily"
00:00:10.095
And
I click on "Update Schedule"
00:00:00.717
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.095
When
I follow the left menu "Admin > Task Schedules"
00:00:00.085
And
I follow "sandbox-cleanup-default"
00:00:00.285
Then
radio button "daily" should be checked
00:00:00.022