Skip to content

Commit d911ca2

Browse files
author
James Strate
committed
removed appending date and time picker tests to body
1 parent a239098 commit d911ca2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/date_picker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ $(document).ready(function() {
9494
content: 'roastedOn'
9595
}).render();
9696

97-
$('body').append(datepicker.el);
98-
9997
//type in datepicker and check if model updates
10098
$(datepicker.el).find('input').simulate("key-sequence", {sequence: "08/24/1981"});
10199
$(datepicker.el).find('input').simulate("key-sequence", {sequence: "{enter}"});

test/time_picker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ $(document).ready(function() {
5050
content: 'roastedOn'
5151
}).render();
5252

53-
$('body').append(timepicker.el);
54-
5553
//type in datepicker and check if model updates
5654
$(timepicker.el).find('input').simulate("key-sequence", {sequence: "8:30 pm"});
5755
$(timepicker.el).find('input').simulate("key-sequence", {sequence: "{enter}"});

0 commit comments

Comments
 (0)