@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.136
And
I follow "sandbox-cleanup-default"
00:00:01.202
And
I check radio button "weekly"
00:00:10.064
And
I select "Friday" from "date_day_week"
00:00:00.063
And
I click on "Update Schedule"
00:00:00.694
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.084
When
I follow the left menu "Admin > Task Schedules"
00:00:00.064
And
I follow "sandbox-cleanup-default"
00:00:01.329
Then
I should see a "Friday" text
00:00:00.078
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.058
And
I follow "sandbox-cleanup-default"
00:00:01.348
And
I check radio button "monthly"
00:00:10.060
And
I select "17" from "date_day_month"
00:00:00.065
And
I click on "Update Schedule"
00:00:00.641
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.081
When
I follow the left menu "Admin > Task Schedules"
00:00:00.060
And
I follow "sandbox-cleanup-default"
00:00:01.346
Then
radio button "monthly" should be checked
00:00:00.016
@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.058
And
I follow "sandbox-cleanup-default"
00:00:01.181
And
I check radio button "daily"
00:00:10.081
And
I click on "Update Schedule"
00:00:00.644
Then
I should see a "Schedule sandbox-cleanup-default has been updated." text
00:00:00.086
When
I follow the left menu "Admin > Task Schedules"
00:00:00.064
And
I follow "sandbox-cleanup-default"
00:00:01.364
Then
radio button "daily" should be checked
00:00:00.016