Fixed missing edit link click

This commit is contained in:
Phil Hughes 2017-01-06 18:08:28 +00:00
parent 8331036944
commit 5942247dd6
2 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,6 @@
});
}
saveDueDate(isDropdown) {
this.parseSelectedDate();
this.prepSelectedDate();

View File

@ -635,8 +635,10 @@ describe 'Issues', feature: true do
end
it 'removes due date from issue' do
date = Date.today.at_beginning_of_month + 2.days
page.within '.due_date' do
date = Date.today.at_beginning_of_month + 2.days
click_link 'Edit'
page.within '.pika-single' do
click_button date.day