@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.153
And
I follow "sandbox-cleanup-default"
00:00:01.248
And
I check radio button "weekly"
00:00:10.091
And
I select "Friday" from "date_day_week"
00:00:00.072
And
I click on "Update Schedule"
00:00:00.645
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.092
When
I follow the left menu "Admin > Task Schedules"
00:00:00.072
And
I follow "sandbox-cleanup-default"
00:00:01.397
Then
I should see a "Friday" text
00:00:00.086
And
radio button "weekly" should be checked
00:00:00.018
@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.065
And
I follow "sandbox-cleanup-default"
00:00:01.235
And
I check radio button "monthly"
00:00:10.080
And
I select "17" from "date_day_month"
00:00:00.080
And
I click on "Update Schedule"
00:00:00.813
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.085
When
I follow the left menu "Admin > Task Schedules"
00:00:00.072
And
I follow "sandbox-cleanup-default"
00:00:01.215
Then
radio button "monthly" should be checked
00:00:00.018
@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.069
And
I follow "sandbox-cleanup-default"
00:00:01.227
And
I check radio button "daily"
00:00:10.091
And
I click on "Update Schedule"
00:00:00.674
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.088
When
I follow the left menu "Admin > Task Schedules"
00:00:00.071
And
I follow "sandbox-cleanup-default"
00:00:01.235
Then
radio button "daily" should be checked
00:00:00.017