it 'set the deadline for an assignment review' do
    sleep 3
    fill_in 'assignment_form_assignment_rounds_of_reviews', with: '1'
    page.find('#set_rounds').click
    fill_in 'datetimepicker_submission_round_1', with: (Time.now.in_time_zone + 1.day).strftime('%Y/%m/%d %H:%M')