Commit 5942247d authored by Phil Hughes's avatar Phil Hughes

Fixed missing edit link click

parent 83310369
......@@ -86,7 +86,6 @@
});
}
saveDueDate(isDropdown) {
this.parseSelectedDate();
this.prepSelectedDate();
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment