Skip to content
Snippets Groups Projects
Commit 5942247d authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed missing edit link click

parent 83310369
No related branches found
No related tags found
No related merge requests found
Loading
@@ -86,7 +86,6 @@
Loading
@@ -86,7 +86,6 @@
}); });
} }
   
saveDueDate(isDropdown) { saveDueDate(isDropdown) {
this.parseSelectedDate(); this.parseSelectedDate();
this.prepSelectedDate(); this.prepSelectedDate();
Loading
Loading
Loading
@@ -635,8 +635,10 @@ describe 'Issues', feature: true do
Loading
@@ -635,8 +635,10 @@ describe 'Issues', feature: true do
end end
   
it 'removes due date from issue' do it 'removes due date from issue' do
date = Date.today.at_beginning_of_month + 2.days
page.within '.due_date' do page.within '.due_date' do
date = Date.today.at_beginning_of_month + 2.days click_link 'Edit'
   
page.within '.pika-single' do page.within '.pika-single' do
click_button date.day click_button date.day
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment