@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.129
And
I follow "sandbox-cleanup-default"
00:00:01.018
And
I check radio button "weekly"
00:00:10.076
And
I select "Friday" from "date_day_week"
00:00:00.061
And
I click on "Update Schedule"
00:00:00.710
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.189
When
I follow the left menu "Admin > Task Schedules"
00:00:00.061
And
I follow "sandbox-cleanup-default"
00:00:01.340
Then
I should see a "Friday" text
00:00:00.184
And
radio button "weekly" should be checked
00:00:00.015
@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.056
And
I follow "sandbox-cleanup-default"
00:00:00.318
And
I check radio button "monthly"
00:00:10.059
And
I select "17" from "date_day_month"
00:00:00.061
And
I click on "Update Schedule"
00:00:01.106
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.185
When
I follow the left menu "Admin > Task Schedules"
00:00:00.059
And
I follow "sandbox-cleanup-default"
00:00:01.315
Then
radio button "monthly" should be checked
00:00:00.015
@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.057
And
I follow "sandbox-cleanup-default"
00:00:00.392
And
I check radio button "daily"
00:00:10.067
And
I click on "Update Schedule"
00:00:00.651
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.190
When
I follow the left menu "Admin > Task Schedules"
00:00:00.074
And
I follow "sandbox-cleanup-default"
00:00:01.344
Then
radio button "daily" should be checked
00:00:00.015