Skip to content

Instantly share code, notes, and snippets.

@ColinEberhardt
Created September 17, 2014 09:15
Show Gist options
  • Save ColinEberhardt/133147b629560b6def9d to your computer and use it in GitHub Desktop.
Save ColinEberhardt/133147b629560b6def9d to your computer and use it in GitHub Desktop.
Browser test run for ToDoMVC
>> Local Npm module "grunt-contrib-jshint" not found. Is it installed?
Running "simplemocha:files" (simplemocha) task
(1 of 1624) pass: TodoMVC - agilityjs, No Todos, should hide #main and #footer
(2 of 1624) pass: TodoMVC - agilityjs, New Todo, should allow me to add todo items
(3 of 1624) pass: TodoMVC - agilityjs, New Todo, should clear text input field when an item is added
(4 of 1624) pass: TodoMVC - agilityjs, New Todo, should append new items to the bottom of the list
(5 of 1624) pass: TodoMVC - agilityjs, New Todo, should trim text input
(6 of 1624) pass: TodoMVC - agilityjs, New Todo, should show #main and #footer when items added
(7 of 1624) pass: TodoMVC - agilityjs, Mark all as completed, should allow me to mark all items as completed
(8 of 1624) pass: TodoMVC - agilityjs, Mark all as completed, should allow me to clear the completion state of all items
(9 of 1624) pass: TodoMVC - agilityjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(10 of 1624) pass: TodoMVC - agilityjs, Item, should allow me to mark items as complete
(11 of 1624) pass: TodoMVC - agilityjs, Item, should allow me to un-mark items as complete
(12 of 1624) pass: TodoMVC - agilityjs, Item, should allow me to edit an item
(13 of 1624) pass: TodoMVC - agilityjs, Item, should show the remove button on hover
(14 of 1624) pass: TodoMVC - agilityjs, Editing, should hide other controls when editing
(15 of 1624) pass: TodoMVC - agilityjs, Editing, should save edits on enter
(16 of 1624) pass: TodoMVC - agilityjs, Editing, should save edits on blur
(17 of 1624) pass: TodoMVC - agilityjs, Editing, should trim entered text
(18 of 1624) pass: TodoMVC - agilityjs, Editing, should remove the item if an empty text string was entered
(19 of 1624) resolved issue: TodoMVC - agilityjs, Editing, should cancel edits on escape
(20 of 1624) pass: TodoMVC - agilityjs, Counter, should display the current number of todo items
(21 of 1624) pass: TodoMVC - agilityjs, Clear completed button, should display the number of completed items
(22 of 1624) pass: TodoMVC - agilityjs, Clear completed button, should remove completed items when clicked
(23 of 1624) pass: TodoMVC - agilityjs, Clear completed button, should be hidden when there are no items that are completed
(24 of 1624) pass: TodoMVC - agilityjs, Routing, should allow me to display active items
(25 of 1624) known issue: TodoMVC - agilityjs, Routing, should respect the back button -- error: 3 items expected in the todo list, 2 items observed
(26 of 1624) pass: TodoMVC - agilityjs, Routing, should allow me to display completed items
(27 of 1624) pass: TodoMVC - agilityjs, Routing, should allow me to display all items
(28 of 1624) pass: TodoMVC - agilityjs, Routing, should highlight the currently applied filter
(29 of 1624) pass: TodoMVC - angularjs, No Todos, should hide #main and #footer
(30 of 1624) pass: TodoMVC - angularjs, New Todo, should allow me to add todo items
(31 of 1624) pass: TodoMVC - angularjs, New Todo, should clear text input field when an item is added
(32 of 1624) pass: TodoMVC - angularjs, New Todo, should append new items to the bottom of the list
(33 of 1624) pass: TodoMVC - angularjs, New Todo, should trim text input
(34 of 1624) pass: TodoMVC - angularjs, New Todo, should show #main and #footer when items added
(35 of 1624) pass: TodoMVC - angularjs, Mark all as completed, should allow me to mark all items as completed
(36 of 1624) pass: TodoMVC - angularjs, Mark all as completed, should allow me to clear the completion state of all items
(37 of 1624) pass: TodoMVC - angularjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(38 of 1624) pass: TodoMVC - angularjs, Item, should allow me to mark items as complete
(39 of 1624) pass: TodoMVC - angularjs, Item, should allow me to un-mark items as complete
(40 of 1624) pass: TodoMVC - angularjs, Item, should allow me to edit an item
(41 of 1624) pass: TodoMVC - angularjs, Item, should show the remove button on hover
(42 of 1624) pass: TodoMVC - angularjs, Editing, should hide other controls when editing
(43 of 1624) pass: TodoMVC - angularjs, Editing, should save edits on enter
(44 of 1624) pass: TodoMVC - angularjs, Editing, should save edits on blur
(45 of 1624) pass: TodoMVC - angularjs, Editing, should trim entered text
(46 of 1624) pass: TodoMVC - angularjs, Editing, should remove the item if an empty text string was entered
(47 of 1624) pass: TodoMVC - angularjs, Editing, should cancel edits on escape
(48 of 1624) pass: TodoMVC - angularjs, Counter, should display the current number of todo items
(49 of 1624) pass: TodoMVC - angularjs, Clear completed button, should display the number of completed items
(50 of 1624) pass: TodoMVC - angularjs, Clear completed button, should remove completed items when clicked
(51 of 1624) pass: TodoMVC - angularjs, Clear completed button, should be hidden when there are no items that are completed
(52 of 1624) pass: TodoMVC - angularjs, Routing, should allow me to display active items
(53 of 1624) pass: TodoMVC - angularjs, Routing, should respect the back button
(54 of 1624) pass: TodoMVC - angularjs, Routing, should allow me to display completed items
(55 of 1624) pass: TodoMVC - angularjs, Routing, should allow me to display all items
(56 of 1624) pass: TodoMVC - angularjs, Routing, should highlight the currently applied filter
(57 of 1624) pass: TodoMVC - angularjs-perf, No Todos, should hide #main and #footer
(58 of 1624) pass: TodoMVC - angularjs-perf, New Todo, should allow me to add todo items
(59 of 1624) pass: TodoMVC - angularjs-perf, New Todo, should clear text input field when an item is added
(60 of 1624) pass: TodoMVC - angularjs-perf, New Todo, should append new items to the bottom of the list
(61 of 1624) pass: TodoMVC - angularjs-perf, New Todo, should trim text input
(62 of 1624) pass: TodoMVC - angularjs-perf, New Todo, should show #main and #footer when items added
(63 of 1624) pass: TodoMVC - angularjs-perf, Mark all as completed, should allow me to mark all items as completed
(64 of 1624) pass: TodoMVC - angularjs-perf, Mark all as completed, should allow me to clear the completion state of all items
(65 of 1624) resolved issue: TodoMVC - angularjs-perf, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(66 of 1624) pass: TodoMVC - angularjs-perf, Item, should allow me to mark items as complete
(67 of 1624) pass: TodoMVC - angularjs-perf, Item, should allow me to un-mark items as complete
(68 of 1624) pass: TodoMVC - angularjs-perf, Item, should allow me to edit an item
(69 of 1624) pass: TodoMVC - angularjs-perf, Item, should show the remove button on hover
(70 of 1624) pass: TodoMVC - angularjs-perf, Editing, should hide other controls when editing
(71 of 1624) pass: TodoMVC - angularjs-perf, Editing, should save edits on enter
(72 of 1624) pass: TodoMVC - angularjs-perf, Editing, should save edits on blur
(73 of 1624) pass: TodoMVC - angularjs-perf, Editing, should trim entered text
(74 of 1624) pass: TodoMVC - angularjs-perf, Editing, should remove the item if an empty text string was entered
(75 of 1624) resolved issue: TodoMVC - angularjs-perf, Editing, should cancel edits on escape
(76 of 1624) pass: TodoMVC - angularjs-perf, Counter, should display the current number of todo items
(77 of 1624) pass: TodoMVC - angularjs-perf, Clear completed button, should display the number of completed items
(78 of 1624) pass: TodoMVC - angularjs-perf, Clear completed button, should remove completed items when clicked
(79 of 1624) pass: TodoMVC - angularjs-perf, Clear completed button, should be hidden when there are no items that are completed
(80 of 1624) pass: TodoMVC - angularjs-perf, Routing, should allow me to display active items
(81 of 1624) pass: TodoMVC - angularjs-perf, Routing, should respect the back button
(82 of 1624) pass: TodoMVC - angularjs-perf, Routing, should allow me to display completed items
(83 of 1624) pass: TodoMVC - angularjs-perf, Routing, should allow me to display all items
(84 of 1624) pass: TodoMVC - angularjs-perf, Routing, should highlight the currently applied filter
(85 of 1624) pass: TodoMVC - backbone, No Todos, should hide #main and #footer
(86 of 1624) pass: TodoMVC - backbone, New Todo, should allow me to add todo items
(87 of 1624) pass: TodoMVC - backbone, New Todo, should clear text input field when an item is added
(88 of 1624) pass: TodoMVC - backbone, New Todo, should append new items to the bottom of the list
(89 of 1624) pass: TodoMVC - backbone, New Todo, should trim text input
(90 of 1624) pass: TodoMVC - backbone, New Todo, should show #main and #footer when items added
(91 of 1624) pass: TodoMVC - backbone, Mark all as completed, should allow me to mark all items as completed
(92 of 1624) pass: TodoMVC - backbone, Mark all as completed, should allow me to clear the completion state of all items
(93 of 1624) pass: TodoMVC - backbone, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(94 of 1624) pass: TodoMVC - backbone, Item, should allow me to mark items as complete
(95 of 1624) pass: TodoMVC - backbone, Item, should allow me to un-mark items as complete
(96 of 1624) new issue: TodoMVC - backbone, Item, should allow me to edit an item
(97 of 1624) pass: TodoMVC - backbone, Item, should show the remove button on hover
(98 of 1624) pass: TodoMVC - backbone, Editing, should hide other controls when editing
(99 of 1624) new issue: TodoMVC - backbone, Editing, should save edits on enter
(100 of 1624) new issue: TodoMVC - backbone, Editing, should save edits on blur
(101 of 1624) new issue: TodoMVC - backbone, Editing, should trim entered text
(102 of 1624) new issue: TodoMVC - backbone, Editing, should remove the item if an empty text string was entered
(103 of 1624) pass: TodoMVC - backbone, Editing, should cancel edits on escape
(104 of 1624) pass: TodoMVC - backbone, Counter, should display the current number of todo items
(105 of 1624) pass: TodoMVC - backbone, Clear completed button, should display the number of completed items
(106 of 1624) pass: TodoMVC - backbone, Clear completed button, should remove completed items when clicked
(107 of 1624) pass: TodoMVC - backbone, Clear completed button, should be hidden when there are no items that are completed
(108 of 1624) pass: TodoMVC - backbone, Routing, should allow me to display active items
(109 of 1624) pass: TodoMVC - backbone, Routing, should respect the back button
(110 of 1624) pass: TodoMVC - backbone, Routing, should allow me to display completed items
(111 of 1624) pass: TodoMVC - backbone, Routing, should allow me to display all items
(112 of 1624) pass: TodoMVC - backbone, Routing, should highlight the currently applied filter
(113 of 1624) pass: TodoMVC - canjs, No Todos, should hide #main and #footer
(114 of 1624) pass: TodoMVC - canjs, New Todo, should allow me to add todo items
(115 of 1624) pass: TodoMVC - canjs, New Todo, should clear text input field when an item is added
(116 of 1624) pass: TodoMVC - canjs, New Todo, should append new items to the bottom of the list
(117 of 1624) pass: TodoMVC - canjs, New Todo, should trim text input
(118 of 1624) pass: TodoMVC - canjs, New Todo, should show #main and #footer when items added
(119 of 1624) pass: TodoMVC - canjs, Mark all as completed, should allow me to mark all items as completed
(120 of 1624) pass: TodoMVC - canjs, Mark all as completed, should allow me to clear the completion state of all items
(121 of 1624) pass: TodoMVC - canjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(122 of 1624) pass: TodoMVC - canjs, Item, should allow me to mark items as complete
(123 of 1624) pass: TodoMVC - canjs, Item, should allow me to un-mark items as complete
(124 of 1624) pass: TodoMVC - canjs, Item, should allow me to edit an item
(125 of 1624) pass: TodoMVC - canjs, Item, should show the remove button on hover
(126 of 1624) pass: TodoMVC - canjs, Editing, should hide other controls when editing
(127 of 1624) pass: TodoMVC - canjs, Editing, should save edits on enter
(128 of 1624) pass: TodoMVC - canjs, Editing, should save edits on blur
(129 of 1624) pass: TodoMVC - canjs, Editing, should trim entered text
(130 of 1624) pass: TodoMVC - canjs, Editing, should remove the item if an empty text string was entered
(131 of 1624) pass: TodoMVC - canjs, Editing, should cancel edits on escape
(132 of 1624) pass: TodoMVC - canjs, Counter, should display the current number of todo items
(133 of 1624) pass: TodoMVC - canjs, Clear completed button, should display the number of completed items
(134 of 1624) pass: TodoMVC - canjs, Clear completed button, should remove completed items when clicked
(135 of 1624) pass: TodoMVC - canjs, Clear completed button, should be hidden when there are no items that are completed
(136 of 1624) pass: TodoMVC - canjs, Routing, should allow me to display active items
(137 of 1624) pass: TodoMVC - canjs, Routing, should respect the back button
(138 of 1624) pass: TodoMVC - canjs, Routing, should allow me to display completed items
(139 of 1624) pass: TodoMVC - canjs, Routing, should allow me to display all items
(140 of 1624) pass: TodoMVC - canjs, Routing, should highlight the currently applied filter
(141 of 1624) pass: TodoMVC - closure, No Todos, should hide #main and #footer
(142 of 1624) pass: TodoMVC - closure, New Todo, should allow me to add todo items
(143 of 1624) pass: TodoMVC - closure, New Todo, should clear text input field when an item is added
(144 of 1624) pass: TodoMVC - closure, New Todo, should append new items to the bottom of the list
(145 of 1624) pass: TodoMVC - closure, New Todo, should trim text input
(146 of 1624) pass: TodoMVC - closure, New Todo, should show #main and #footer when items added
(147 of 1624) pass: TodoMVC - closure, Mark all as completed, should allow me to mark all items as completed
(148 of 1624) pass: TodoMVC - closure, Mark all as completed, should allow me to clear the completion state of all items
(149 of 1624) pass: TodoMVC - closure, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(150 of 1624) pass: TodoMVC - closure, Item, should allow me to mark items as complete
(151 of 1624) pass: TodoMVC - closure, Item, should allow me to un-mark items as complete
(152 of 1624) pass: TodoMVC - closure, Item, should allow me to edit an item
(153 of 1624) pass: TodoMVC - closure, Item, should show the remove button on hover
(154 of 1624) pass: TodoMVC - closure, Editing, should hide other controls when editing
(155 of 1624) pass: TodoMVC - closure, Editing, should save edits on enter
(156 of 1624) pass: TodoMVC - closure, Editing, should save edits on blur
(157 of 1624) pass: TodoMVC - closure, Editing, should trim entered text
(158 of 1624) pass: TodoMVC - closure, Editing, should remove the item if an empty text string was entered
(159 of 1624) known issue: TodoMVC - closure, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(160 of 1624) pass: TodoMVC - closure, Counter, should display the current number of todo items
(161 of 1624) pass: TodoMVC - closure, Clear completed button, should display the number of completed items
(162 of 1624) pass: TodoMVC - closure, Clear completed button, should remove completed items when clicked
(163 of 1624) pass: TodoMVC - closure, Clear completed button, should be hidden when there are no items that are completed
(164 of 1624) pass: TodoMVC - closure, Routing, should allow me to display active items
(165 of 1624) pass: TodoMVC - closure, Routing, should respect the back button
(166 of 1624) pass: TodoMVC - closure, Routing, should allow me to display completed items
(167 of 1624) pass: TodoMVC - closure, Routing, should allow me to display all items
(168 of 1624) pass: TodoMVC - closure, Routing, should highlight the currently applied filter
(169 of 1624) pass: TodoMVC - dart, No Todos, should hide #main and #footer
(170 of 1624) pass: TodoMVC - dart, New Todo, should allow me to add todo items
(171 of 1624) pass: TodoMVC - dart, New Todo, should clear text input field when an item is added
(172 of 1624) pass: TodoMVC - dart, New Todo, should append new items to the bottom of the list
(173 of 1624) pass: TodoMVC - dart, New Todo, should trim text input
(174 of 1624) pass: TodoMVC - dart, New Todo, should show #main and #footer when items added
(175 of 1624) pass: TodoMVC - dart, Mark all as completed, should allow me to mark all items as completed
(176 of 1624) pass: TodoMVC - dart, Mark all as completed, should allow me to clear the completion state of all items
(177 of 1624) pass: TodoMVC - dart, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(178 of 1624) pass: TodoMVC - dart, Item, should allow me to mark items as complete
(179 of 1624) pass: TodoMVC - dart, Item, should allow me to un-mark items as complete
(180 of 1624) pass: TodoMVC - dart, Item, should allow me to edit an item
(181 of 1624) pass: TodoMVC - dart, Item, should show the remove button on hover
(182 of 1624) pass: TodoMVC - dart, Editing, should hide other controls when editing
(183 of 1624) pass: TodoMVC - dart, Editing, should save edits on enter
(184 of 1624) pass: TodoMVC - dart, Editing, should save edits on blur
(185 of 1624) pass: TodoMVC - dart, Editing, should trim entered text
(186 of 1624) pass: TodoMVC - dart, Editing, should remove the item if an empty text string was entered
(187 of 1624) pass: TodoMVC - dart, Editing, should cancel edits on escape
(188 of 1624) pass: TodoMVC - dart, Counter, should display the current number of todo items
(189 of 1624) pass: TodoMVC - dart, Clear completed button, should display the number of completed items
(190 of 1624) pass: TodoMVC - dart, Clear completed button, should remove completed items when clicked
(191 of 1624) pass: TodoMVC - dart, Clear completed button, should be hidden when there are no items that are completed
(192 of 1624) pass: TodoMVC - dart, Routing, should allow me to display active items
(193 of 1624) pass: TodoMVC - dart, Routing, should respect the back button
(194 of 1624) pass: TodoMVC - dart, Routing, should allow me to display completed items
(195 of 1624) pass: TodoMVC - dart, Routing, should allow me to display all items
(196 of 1624) pass: TodoMVC - dart, Routing, should highlight the currently applied filter
(197 of 1624) pass: TodoMVC - dojo, No Todos, should hide #main and #footer
(198 of 1624) pass: TodoMVC - dojo, New Todo, should allow me to add todo items
(199 of 1624) pass: TodoMVC - dojo, New Todo, should clear text input field when an item is added
(200 of 1624) pass: TodoMVC - dojo, New Todo, should append new items to the bottom of the list
(201 of 1624) pass: TodoMVC - dojo, New Todo, should trim text input
(202 of 1624) pass: TodoMVC - dojo, New Todo, should show #main and #footer when items added
(203 of 1624) pass: TodoMVC - dojo, Mark all as completed, should allow me to mark all items as completed
(204 of 1624) pass: TodoMVC - dojo, Mark all as completed, should allow me to clear the completion state of all items
(205 of 1624) pass: TodoMVC - dojo, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(206 of 1624) pass: TodoMVC - dojo, Item, should allow me to mark items as complete
(207 of 1624) pass: TodoMVC - dojo, Item, should allow me to un-mark items as complete
(208 of 1624) pass: TodoMVC - dojo, Item, should allow me to edit an item
(209 of 1624) pass: TodoMVC - dojo, Item, should show the remove button on hover
(210 of 1624) known issue: TodoMVC - dojo, Editing, should hide other controls when editing -- error: the item-label element should be hidden
(211 of 1624) pass: TodoMVC - dojo, Editing, should save edits on enter
(212 of 1624) pass: TodoMVC - dojo, Editing, should save edits on blur
(213 of 1624) pass: TodoMVC - dojo, Editing, should trim entered text
(214 of 1624) pass: TodoMVC - dojo, Editing, should remove the item if an empty text string was entered
(215 of 1624) pass: TodoMVC - dojo, Editing, should cancel edits on escape
(216 of 1624) pass: TodoMVC - dojo, Counter, should display the current number of todo items
(217 of 1624) pass: TodoMVC - dojo, Clear completed button, should display the number of completed items
(218 of 1624) pass: TodoMVC - dojo, Clear completed button, should remove completed items when clicked
(219 of 1624) pass: TodoMVC - dojo, Clear completed button, should be hidden when there are no items that are completed
(220 of 1624) pass: TodoMVC - dojo, Routing, should allow me to display active items
(221 of 1624) pass: TodoMVC - dojo, Routing, should respect the back button
(222 of 1624) pass: TodoMVC - dojo, Routing, should allow me to display completed items
(223 of 1624) pass: TodoMVC - dojo, Routing, should allow me to display all items
(224 of 1624) pass: TodoMVC - dojo, Routing, should highlight the currently applied filter
(225 of 1624) pass: TodoMVC - emberjs, No Todos, should hide #main and #footer
(226 of 1624) pass: TodoMVC - emberjs, New Todo, should allow me to add todo items
(227 of 1624) pass: TodoMVC - emberjs, New Todo, should clear text input field when an item is added
(228 of 1624) pass: TodoMVC - emberjs, New Todo, should append new items to the bottom of the list
(229 of 1624) pass: TodoMVC - emberjs, New Todo, should trim text input
(230 of 1624) pass: TodoMVC - emberjs, New Todo, should show #main and #footer when items added
(231 of 1624) pass: TodoMVC - emberjs, Mark all as completed, should allow me to mark all items as completed
(232 of 1624) pass: TodoMVC - emberjs, Mark all as completed, should allow me to clear the completion state of all items
(233 of 1624) pass: TodoMVC - emberjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(234 of 1624) pass: TodoMVC - emberjs, Item, should allow me to mark items as complete
(235 of 1624) pass: TodoMVC - emberjs, Item, should allow me to un-mark items as complete
(236 of 1624) pass: TodoMVC - emberjs, Item, should allow me to edit an item
(237 of 1624) pass: TodoMVC - emberjs, Item, should show the remove button on hover
(238 of 1624) pass: TodoMVC - emberjs, Editing, should hide other controls when editing
(239 of 1624) pass: TodoMVC - emberjs, Editing, should save edits on enter
(240 of 1624) pass: TodoMVC - emberjs, Editing, should save edits on blur
(241 of 1624) pass: TodoMVC - emberjs, Editing, should trim entered text
(242 of 1624) pass: TodoMVC - emberjs, Editing, should remove the item if an empty text string was entered
(243 of 1624) pass: TodoMVC - emberjs, Editing, should cancel edits on escape
(244 of 1624) pass: TodoMVC - emberjs, Counter, should display the current number of todo items
(245 of 1624) pass: TodoMVC - emberjs, Clear completed button, should display the number of completed items
(246 of 1624) pass: TodoMVC - emberjs, Clear completed button, should remove completed items when clicked
(247 of 1624) pass: TodoMVC - emberjs, Clear completed button, should be hidden when there are no items that are completed
(248 of 1624) pass: TodoMVC - emberjs, Routing, should allow me to display active items
(249 of 1624) pass: TodoMVC - emberjs, Routing, should respect the back button
(250 of 1624) pass: TodoMVC - emberjs, Routing, should allow me to display completed items
(251 of 1624) pass: TodoMVC - emberjs, Routing, should allow me to display all items
(252 of 1624) pass: TodoMVC - emberjs, Routing, should highlight the currently applied filter
(253 of 1624) pass: TodoMVC - jquery, No Todos, should hide #main and #footer
(254 of 1624) pass: TodoMVC - jquery, New Todo, should allow me to add todo items
(255 of 1624) pass: TodoMVC - jquery, New Todo, should clear text input field when an item is added
(256 of 1624) pass: TodoMVC - jquery, New Todo, should append new items to the bottom of the list
(257 of 1624) pass: TodoMVC - jquery, New Todo, should trim text input
(258 of 1624) pass: TodoMVC - jquery, New Todo, should show #main and #footer when items added
(259 of 1624) pass: TodoMVC - jquery, Mark all as completed, should allow me to mark all items as completed
(260 of 1624) pass: TodoMVC - jquery, Mark all as completed, should allow me to clear the completion state of all items
(261 of 1624) pass: TodoMVC - jquery, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(262 of 1624) pass: TodoMVC - jquery, Item, should allow me to mark items as complete
(263 of 1624) pass: TodoMVC - jquery, Item, should allow me to un-mark items as complete
(264 of 1624) pass: TodoMVC - jquery, Item, should allow me to edit an item
(265 of 1624) pass: TodoMVC - jquery, Item, should show the remove button on hover
(266 of 1624) pass: TodoMVC - jquery, Editing, should hide other controls when editing
(267 of 1624) pass: TodoMVC - jquery, Editing, should save edits on enter
(268 of 1624) pass: TodoMVC - jquery, Editing, should save edits on blur
(269 of 1624) pass: TodoMVC - jquery, Editing, should trim entered text
(270 of 1624) pass: TodoMVC - jquery, Editing, should remove the item if an empty text string was entered
(271 of 1624) resolved issue: TodoMVC - jquery, Editing, should cancel edits on escape
(272 of 1624) pass: TodoMVC - jquery, Counter, should display the current number of todo items
(273 of 1624) pass: TodoMVC - jquery, Clear completed button, should display the number of completed items
(274 of 1624) pass: TodoMVC - jquery, Clear completed button, should remove completed items when clicked
(275 of 1624) pass: TodoMVC - jquery, Clear completed button, should be hidden when there are no items that are completed
(276 of 1624) pass: TodoMVC - jquery, Routing, should allow me to display active items
(277 of 1624) pass: TodoMVC - jquery, Routing, should respect the back button
(278 of 1624) pass: TodoMVC - jquery, Routing, should allow me to display completed items
(279 of 1624) pass: TodoMVC - jquery, Routing, should allow me to display all items
(280 of 1624) pass: TodoMVC - jquery, Routing, should highlight the currently applied filter
(281 of 1624) pass: TodoMVC - knockback, No Todos, should hide #main and #footer
(282 of 1624) pass: TodoMVC - knockback, New Todo, should allow me to add todo items
(283 of 1624) pass: TodoMVC - knockback, New Todo, should clear text input field when an item is added
(284 of 1624) pass: TodoMVC - knockback, New Todo, should append new items to the bottom of the list
(285 of 1624) pass: TodoMVC - knockback, New Todo, should trim text input
(286 of 1624) pass: TodoMVC - knockback, New Todo, should show #main and #footer when items added
(287 of 1624) pass: TodoMVC - knockback, Mark all as completed, should allow me to mark all items as completed
(288 of 1624) pass: TodoMVC - knockback, Mark all as completed, should allow me to clear the completion state of all items
(289 of 1624) pass: TodoMVC - knockback, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(290 of 1624) pass: TodoMVC - knockback, Item, should allow me to mark items as complete
(291 of 1624) pass: TodoMVC - knockback, Item, should allow me to un-mark items as complete
(292 of 1624) pass: TodoMVC - knockback, Item, should allow me to edit an item
(293 of 1624) pass: TodoMVC - knockback, Item, should show the remove button on hover
(294 of 1624) pass: TodoMVC - knockback, Editing, should hide other controls when editing
(295 of 1624) pass: TodoMVC - knockback, Editing, should save edits on enter
(296 of 1624) pass: TodoMVC - knockback, Editing, should save edits on blur
(297 of 1624) pass: TodoMVC - knockback, Editing, should trim entered text
(298 of 1624) pass: TodoMVC - knockback, Editing, should remove the item if an empty text string was entered
(299 of 1624) resolved issue: TodoMVC - knockback, Editing, should cancel edits on escape
(300 of 1624) pass: TodoMVC - knockback, Counter, should display the current number of todo items
(301 of 1624) pass: TodoMVC - knockback, Clear completed button, should display the number of completed items
(302 of 1624) pass: TodoMVC - knockback, Clear completed button, should remove completed items when clicked
(303 of 1624) pass: TodoMVC - knockback, Clear completed button, should be hidden when there are no items that are completed
(304 of 1624) pass: TodoMVC - knockback, Routing, should allow me to display active items
(305 of 1624) pass: TodoMVC - knockback, Routing, should respect the back button
(306 of 1624) pass: TodoMVC - knockback, Routing, should allow me to display completed items
(307 of 1624) pass: TodoMVC - knockback, Routing, should allow me to display all items
(308 of 1624) pass: TodoMVC - knockback, Routing, should highlight the currently applied filter
(309 of 1624) pass: TodoMVC - knockoutjs, No Todos, should hide #main and #footer
(310 of 1624) pass: TodoMVC - knockoutjs, New Todo, should allow me to add todo items
(311 of 1624) pass: TodoMVC - knockoutjs, New Todo, should clear text input field when an item is added
(312 of 1624) pass: TodoMVC - knockoutjs, New Todo, should append new items to the bottom of the list
(313 of 1624) pass: TodoMVC - knockoutjs, New Todo, should trim text input
(314 of 1624) pass: TodoMVC - knockoutjs, New Todo, should show #main and #footer when items added
(315 of 1624) pass: TodoMVC - knockoutjs, Mark all as completed, should allow me to mark all items as completed
(316 of 1624) pass: TodoMVC - knockoutjs, Mark all as completed, should allow me to clear the completion state of all items
(317 of 1624) pass: TodoMVC - knockoutjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(318 of 1624) pass: TodoMVC - knockoutjs, Item, should allow me to mark items as complete
(319 of 1624) pass: TodoMVC - knockoutjs, Item, should allow me to un-mark items as complete
(320 of 1624) pass: TodoMVC - knockoutjs, Item, should allow me to edit an item
(321 of 1624) pass: TodoMVC - knockoutjs, Item, should show the remove button on hover
(322 of 1624) pass: TodoMVC - knockoutjs, Editing, should hide other controls when editing
(323 of 1624) pass: TodoMVC - knockoutjs, Editing, should save edits on enter
(324 of 1624) pass: TodoMVC - knockoutjs, Editing, should save edits on blur
(325 of 1624) pass: TodoMVC - knockoutjs, Editing, should trim entered text
(326 of 1624) pass: TodoMVC - knockoutjs, Editing, should remove the item if an empty text string was entered
(327 of 1624) pass: TodoMVC - knockoutjs, Editing, should cancel edits on escape
(328 of 1624) pass: TodoMVC - knockoutjs, Counter, should display the current number of todo items
(329 of 1624) pass: TodoMVC - knockoutjs, Clear completed button, should display the number of completed items
(330 of 1624) pass: TodoMVC - knockoutjs, Clear completed button, should remove completed items when clicked
(331 of 1624) pass: TodoMVC - knockoutjs, Clear completed button, should be hidden when there are no items that are completed
(332 of 1624) pass: TodoMVC - knockoutjs, Routing, should allow me to display active items
(333 of 1624) known issue: TodoMVC - knockoutjs, Routing, should respect the back button -- error: 3 items expected in the todo list, 2 items observed
(334 of 1624) pass: TodoMVC - knockoutjs, Routing, should allow me to display completed items
(335 of 1624) pass: TodoMVC - knockoutjs, Routing, should allow me to display all items
(336 of 1624) pass: TodoMVC - knockoutjs, Routing, should highlight the currently applied filter
(337 of 1624) pass: TodoMVC - maria, No Todos, should hide #main and #footer
(338 of 1624) pass: TodoMVC - maria, New Todo, should allow me to add todo items
(339 of 1624) pass: TodoMVC - maria, New Todo, should clear text input field when an item is added
(340 of 1624) pass: TodoMVC - maria, New Todo, should append new items to the bottom of the list
(341 of 1624) pass: TodoMVC - maria, New Todo, should trim text input
(342 of 1624) pass: TodoMVC - maria, New Todo, should show #main and #footer when items added
(343 of 1624) pass: TodoMVC - maria, Mark all as completed, should allow me to mark all items as completed
(344 of 1624) pass: TodoMVC - maria, Mark all as completed, should allow me to clear the completion state of all items
(345 of 1624) pass: TodoMVC - maria, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(346 of 1624) pass: TodoMVC - maria, Item, should allow me to mark items as complete
(347 of 1624) pass: TodoMVC - maria, Item, should allow me to un-mark items as complete
(348 of 1624) pass: TodoMVC - maria, Item, should allow me to edit an item
(349 of 1624) pass: TodoMVC - maria, Item, should show the remove button on hover
(350 of 1624) pass: TodoMVC - maria, Editing, should hide other controls when editing
(351 of 1624) pass: TodoMVC - maria, Editing, should save edits on enter
(352 of 1624) pass: TodoMVC - maria, Editing, should save edits on blur
(353 of 1624) pass: TodoMVC - maria, Editing, should trim entered text
(354 of 1624) pass: TodoMVC - maria, Editing, should remove the item if an empty text string was entered
(355 of 1624) pass: TodoMVC - maria, Editing, should cancel edits on escape
(356 of 1624) pass: TodoMVC - maria, Counter, should display the current number of todo items
(357 of 1624) pass: TodoMVC - maria, Clear completed button, should display the number of completed items
(358 of 1624) pass: TodoMVC - maria, Clear completed button, should remove completed items when clicked
(359 of 1624) pass: TodoMVC - maria, Clear completed button, should be hidden when there are no items that are completed
(360 of 1624) pass: TodoMVC - maria, Routing, should allow me to display active items
(361 of 1624) known issue: TodoMVC - maria, Routing, should respect the back button -- error: 3 items expected in the todo list, 2 items observed
(362 of 1624) pass: TodoMVC - maria, Routing, should allow me to display completed items
(363 of 1624) pass: TodoMVC - maria, Routing, should allow me to display all items
(364 of 1624) pass: TodoMVC - maria, Routing, should highlight the currently applied filter
(365 of 1624) pass: TodoMVC - react, No Todos, should hide #main and #footer
(366 of 1624) pass: TodoMVC - react, New Todo, should allow me to add todo items
(367 of 1624) pass: TodoMVC - react, New Todo, should clear text input field when an item is added
(368 of 1624) pass: TodoMVC - react, New Todo, should append new items to the bottom of the list
(369 of 1624) pass: TodoMVC - react, New Todo, should trim text input
(370 of 1624) pass: TodoMVC - react, New Todo, should show #main and #footer when items added
(371 of 1624) pass: TodoMVC - react, Mark all as completed, should allow me to mark all items as completed
(372 of 1624) pass: TodoMVC - react, Mark all as completed, should allow me to clear the completion state of all items
(373 of 1624) pass: TodoMVC - react, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(374 of 1624) pass: TodoMVC - react, Item, should allow me to mark items as complete
(375 of 1624) pass: TodoMVC - react, Item, should allow me to un-mark items as complete
(376 of 1624) pass: TodoMVC - react, Item, should allow me to edit an item
(377 of 1624) pass: TodoMVC - react, Item, should show the remove button on hover
(378 of 1624) pass: TodoMVC - react, Editing, should hide other controls when editing
(379 of 1624) pass: TodoMVC - react, Editing, should save edits on enter
(380 of 1624) pass: TodoMVC - react, Editing, should save edits on blur
(381 of 1624) pass: TodoMVC - react, Editing, should trim entered text
(382 of 1624) pass: TodoMVC - react, Editing, should remove the item if an empty text string was entered
(383 of 1624) pass: TodoMVC - react, Editing, should cancel edits on escape
(384 of 1624) pass: TodoMVC - react, Counter, should display the current number of todo items
(385 of 1624) pass: TodoMVC - react, Clear completed button, should display the number of completed items
(386 of 1624) pass: TodoMVC - react, Clear completed button, should remove completed items when clicked
(387 of 1624) pass: TodoMVC - react, Clear completed button, should be hidden when there are no items that are completed
(388 of 1624) pass: TodoMVC - react, Routing, should allow me to display active items
(389 of 1624) pass: TodoMVC - react, Routing, should respect the back button
(390 of 1624) pass: TodoMVC - react, Routing, should allow me to display completed items
(391 of 1624) pass: TodoMVC - react, Routing, should allow me to display all items
(392 of 1624) pass: TodoMVC - react, Routing, should highlight the currently applied filter
(393 of 1624) pass: TodoMVC - spine, No Todos, should hide #main and #footer
(394 of 1624) pass: TodoMVC - spine, New Todo, should allow me to add todo items
(395 of 1624) pass: TodoMVC - spine, New Todo, should clear text input field when an item is added
(396 of 1624) pass: TodoMVC - spine, New Todo, should append new items to the bottom of the list
(397 of 1624) pass: TodoMVC - spine, New Todo, should trim text input
(398 of 1624) pass: TodoMVC - spine, New Todo, should show #main and #footer when items added
(399 of 1624) pass: TodoMVC - spine, Mark all as completed, should allow me to mark all items as completed
(400 of 1624) pass: TodoMVC - spine, Mark all as completed, should allow me to clear the completion state of all items
(401 of 1624) known issue: TodoMVC - spine, Mark all as completed, complete all checkbox should update state when items are completed / cleared -- error: the mark-all-completed checkbox should be clear
(402 of 1624) pass: TodoMVC - spine, Item, should allow me to mark items as complete
(403 of 1624) pass: TodoMVC - spine, Item, should allow me to un-mark items as complete
(404 of 1624) pass: TodoMVC - spine, Item, should allow me to edit an item
(405 of 1624) pass: TodoMVC - spine, Item, should show the remove button on hover
(406 of 1624) pass: TodoMVC - spine, Editing, should hide other controls when editing
(407 of 1624) pass: TodoMVC - spine, Editing, should save edits on enter
(408 of 1624) pass: TodoMVC - spine, Editing, should save edits on blur
(409 of 1624) pass: TodoMVC - spine, Editing, should trim entered text
(410 of 1624) pass: TodoMVC - spine, Editing, should remove the item if an empty text string was entered
(411 of 1624) resolved issue: TodoMVC - spine, Editing, should cancel edits on escape
(412 of 1624) pass: TodoMVC - spine, Counter, should display the current number of todo items
(413 of 1624) pass: TodoMVC - spine, Clear completed button, should display the number of completed items
(414 of 1624) pass: TodoMVC - spine, Clear completed button, should remove completed items when clicked
(415 of 1624) pass: TodoMVC - spine, Clear completed button, should be hidden when there are no items that are completed
(416 of 1624) pass: TodoMVC - spine, Routing, should allow me to display active items
(417 of 1624) known issue: TodoMVC - spine, Routing, should respect the back button -- error: 3 items expected in the todo list, 2 items observed
(418 of 1624) pass: TodoMVC - spine, Routing, should allow me to display completed items
(419 of 1624) pass: TodoMVC - spine, Routing, should allow me to display all items
(420 of 1624) pass: TodoMVC - spine, Routing, should highlight the currently applied filter
(421 of 1624) pass: TodoMVC - angular-dart, No Todos, should hide #main and #footer
(422 of 1624) pass: TodoMVC - angular-dart, New Todo, should allow me to add todo items
(423 of 1624) pass: TodoMVC - angular-dart, New Todo, should clear text input field when an item is added
(424 of 1624) pass: TodoMVC - angular-dart, New Todo, should append new items to the bottom of the list
(425 of 1624) pass: TodoMVC - angular-dart, New Todo, should trim text input
(426 of 1624) pass: TodoMVC - angular-dart, New Todo, should show #main and #footer when items added
(427 of 1624) pass: TodoMVC - angular-dart, Mark all as completed, should allow me to mark all items as completed
(428 of 1624) pass: TodoMVC - angular-dart, Mark all as completed, should allow me to clear the completion state of all items
(429 of 1624) pass: TodoMVC - angular-dart, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(430 of 1624) pass: TodoMVC - angular-dart, Item, should allow me to mark items as complete
(431 of 1624) pass: TodoMVC - angular-dart, Item, should allow me to un-mark items as complete
(432 of 1624) pass: TodoMVC - angular-dart, Item, should allow me to edit an item
(433 of 1624) pass: TodoMVC - angular-dart, Item, should show the remove button on hover
(434 of 1624) pass: TodoMVC - angular-dart, Editing, should hide other controls when editing
(435 of 1624) pass: TodoMVC - angular-dart, Editing, should save edits on enter
(436 of 1624) pass: TodoMVC - angular-dart, Editing, should save edits on blur
(437 of 1624) pass: TodoMVC - angular-dart, Editing, should trim entered text
(438 of 1624) pass: TodoMVC - angular-dart, Editing, should remove the item if an empty text string was entered
(439 of 1624) pass: TodoMVC - angular-dart, Editing, should cancel edits on escape
(440 of 1624) pass: TodoMVC - angular-dart, Counter, should display the current number of todo items
(441 of 1624) pass: TodoMVC - angular-dart, Clear completed button, should display the number of completed items
(442 of 1624) pass: TodoMVC - angular-dart, Clear completed button, should remove completed items when clicked
(443 of 1624) pass: TodoMVC - angular-dart, Clear completed button, should be hidden when there are no items that are completed
(444 of 1624) known issue: TodoMVC - angular-dart, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(445 of 1624) known issue: TodoMVC - angular-dart, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(446 of 1624) known issue: TodoMVC - angular-dart, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(447 of 1624) known issue: TodoMVC - angular-dart, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(448 of 1624) known issue: TodoMVC - angular-dart, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(449 of 1624) pass: TodoMVC - ariatemplates, No Todos, should hide #main and #footer
(450 of 1624) new issue: TodoMVC - ariatemplates, New Todo, should allow me to add todo items
(451 of 1624) new issue: TodoMVC - ariatemplates, New Todo, should clear text input field when an item is added
(452 of 1624) new issue: TodoMVC - ariatemplates, New Todo, should append new items to the bottom of the list
(453 of 1624) new issue: TodoMVC - ariatemplates, New Todo, should trim text input
(454 of 1624) new issue: TodoMVC - ariatemplates, New Todo, should show #main and #footer when items added
(455 of 1624) new issue: TodoMVC - ariatemplates, Mark all as completed, should allow me to mark all items as completed
(456 of 1624) new issue: TodoMVC - ariatemplates, Mark all as completed, should allow me to clear the completion state of all items
(457 of 1624) new issue: TodoMVC - ariatemplates, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(458 of 1624) new issue: TodoMVC - ariatemplates, Item, should allow me to mark items as complete
(459 of 1624) new issue: TodoMVC - ariatemplates, Item, should allow me to un-mark items as complete
(460 of 1624) new issue: TodoMVC - ariatemplates, Item, should allow me to edit an item
(461 of 1624) pass: TodoMVC - ariatemplates, Item, should show the remove button on hover
(462 of 1624) new issue: TodoMVC - ariatemplates, Editing, should hide other controls when editing
(463 of 1624) new issue: TodoMVC - ariatemplates, Editing, should save edits on enter
(464 of 1624) new issue: TodoMVC - ariatemplates, Editing, should save edits on blur
(465 of 1624) new issue: TodoMVC - ariatemplates, Editing, should trim entered text
(466 of 1624) new issue: TodoMVC - ariatemplates, Editing, should remove the item if an empty text string was entered
(467 of 1624) known issue: TodoMVC - ariatemplates, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(468 of 1624) new issue: TodoMVC - ariatemplates, Counter, should display the current number of todo items
(469 of 1624) new issue: TodoMVC - ariatemplates, Clear completed button, should display the number of completed items
(470 of 1624) new issue: TodoMVC - ariatemplates, Clear completed button, should remove completed items when clicked
(471 of 1624) new issue: TodoMVC - ariatemplates, Clear completed button, should be hidden when there are no items that are completed
(472 of 1624) new issue: TodoMVC - ariatemplates, Routing, should allow me to display active items
(473 of 1624) new issue: TodoMVC - ariatemplates, Routing, should respect the back button
(474 of 1624) new issue: TodoMVC - ariatemplates, Routing, should allow me to display completed items
(475 of 1624) new issue: TodoMVC - ariatemplates, Routing, should allow me to display all items
(476 of 1624) new issue: TodoMVC - ariatemplates, Routing, should highlight the currently applied filter
(477 of 1624) known issue: TodoMVC - atmajs, No Todos, should hide #main and #footer -- error: the main element should be hidden
(478 of 1624) pass: TodoMVC - atmajs, New Todo, should allow me to add todo items
(479 of 1624) pass: TodoMVC - atmajs, New Todo, should clear text input field when an item is added
(480 of 1624) pass: TodoMVC - atmajs, New Todo, should append new items to the bottom of the list
(481 of 1624) pass: TodoMVC - atmajs, New Todo, should trim text input
(482 of 1624) pass: TodoMVC - atmajs, New Todo, should show #main and #footer when items added
(483 of 1624) pass: TodoMVC - atmajs, Mark all as completed, should allow me to mark all items as completed
(484 of 1624) pass: TodoMVC - atmajs, Mark all as completed, should allow me to clear the completion state of all items
(485 of 1624) pass: TodoMVC - atmajs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(486 of 1624) pass: TodoMVC - atmajs, Item, should allow me to mark items as complete
(487 of 1624) pass: TodoMVC - atmajs, Item, should allow me to un-mark items as complete
(488 of 1624) pass: TodoMVC - atmajs, Item, should allow me to edit an item
(489 of 1624) pass: TodoMVC - atmajs, Item, should show the remove button on hover
(490 of 1624) pass: TodoMVC - atmajs, Editing, should hide other controls when editing
(491 of 1624) pass: TodoMVC - atmajs, Editing, should save edits on enter
(492 of 1624) pass: TodoMVC - atmajs, Editing, should save edits on blur
(493 of 1624) pass: TodoMVC - atmajs, Editing, should trim entered text
(494 of 1624) pass: TodoMVC - atmajs, Editing, should remove the item if an empty text string was entered
(495 of 1624) pass: TodoMVC - atmajs, Editing, should cancel edits on escape
(496 of 1624) pass: TodoMVC - atmajs, Counter, should display the current number of todo items
(497 of 1624) pass: TodoMVC - atmajs, Clear completed button, should display the number of completed items
(498 of 1624) pass: TodoMVC - atmajs, Clear completed button, should remove completed items when clicked
(499 of 1624) pass: TodoMVC - atmajs, Clear completed button, should be hidden when there are no items that are completed
(500 of 1624) pass: TodoMVC - atmajs, Routing, should allow me to display active items
(501 of 1624) pass: TodoMVC - atmajs, Routing, should respect the back button
(502 of 1624) pass: TodoMVC - atmajs, Routing, should allow me to display completed items
(503 of 1624) pass: TodoMVC - atmajs, Routing, should allow me to display all items
(504 of 1624) pass: TodoMVC - atmajs, Routing, should highlight the currently applied filter
(505 of 1624) pass: TodoMVC - backbone_marionette, No Todos, should hide #main and #footer
(506 of 1624) pass: TodoMVC - backbone_marionette, New Todo, should allow me to add todo items
(507 of 1624) pass: TodoMVC - backbone_marionette, New Todo, should clear text input field when an item is added
(508 of 1624) pass: TodoMVC - backbone_marionette, New Todo, should append new items to the bottom of the list
(509 of 1624) pass: TodoMVC - backbone_marionette, New Todo, should trim text input
(510 of 1624) pass: TodoMVC - backbone_marionette, New Todo, should show #main and #footer when items added
(511 of 1624) pass: TodoMVC - backbone_marionette, Mark all as completed, should allow me to mark all items as completed
(512 of 1624) pass: TodoMVC - backbone_marionette, Mark all as completed, should allow me to clear the completion state of all items
(513 of 1624) pass: TodoMVC - backbone_marionette, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(514 of 1624) pass: TodoMVC - backbone_marionette, Item, should allow me to mark items as complete
(515 of 1624) pass: TodoMVC - backbone_marionette, Item, should allow me to un-mark items as complete
(516 of 1624) pass: TodoMVC - backbone_marionette, Item, should allow me to edit an item
(517 of 1624) pass: TodoMVC - backbone_marionette, Item, should show the remove button on hover
(518 of 1624) pass: TodoMVC - backbone_marionette, Editing, should hide other controls when editing
(519 of 1624) pass: TodoMVC - backbone_marionette, Editing, should save edits on enter
(520 of 1624) pass: TodoMVC - backbone_marionette, Editing, should save edits on blur
(521 of 1624) pass: TodoMVC - backbone_marionette, Editing, should trim entered text
(522 of 1624) pass: TodoMVC - backbone_marionette, Editing, should remove the item if an empty text string was entered
(523 of 1624) pass: TodoMVC - backbone_marionette, Editing, should cancel edits on escape
(524 of 1624) pass: TodoMVC - backbone_marionette, Counter, should display the current number of todo items
(525 of 1624) pass: TodoMVC - backbone_marionette, Clear completed button, should display the number of completed items
(526 of 1624) pass: TodoMVC - backbone_marionette, Clear completed button, should remove completed items when clicked
(527 of 1624) pass: TodoMVC - backbone_marionette, Clear completed button, should be hidden when there are no items that are completed
(528 of 1624) pass: TodoMVC - backbone_marionette, Routing, should allow me to display active items
(529 of 1624) pass: TodoMVC - backbone_marionette, Routing, should respect the back button
(530 of 1624) pass: TodoMVC - backbone_marionette, Routing, should allow me to display completed items
(531 of 1624) pass: TodoMVC - backbone_marionette, Routing, should allow me to display all items
(532 of 1624) pass: TodoMVC - backbone_marionette, Routing, should highlight the currently applied filter
(533 of 1624) pass: TodoMVC - batman, No Todos, should hide #main and #footer
(534 of 1624) pass: TodoMVC - batman, New Todo, should allow me to add todo items
(535 of 1624) pass: TodoMVC - batman, New Todo, should clear text input field when an item is added
(536 of 1624) pass: TodoMVC - batman, New Todo, should append new items to the bottom of the list
(537 of 1624) resolved issue: TodoMVC - batman, New Todo, should trim text input
(538 of 1624) pass: TodoMVC - batman, New Todo, should show #main and #footer when items added
(539 of 1624) pass: TodoMVC - batman, Mark all as completed, should allow me to mark all items as completed
(540 of 1624) pass: TodoMVC - batman, Mark all as completed, should allow me to clear the completion state of all items
(541 of 1624) pass: TodoMVC - batman, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(542 of 1624) pass: TodoMVC - batman, Item, should allow me to mark items as complete
(543 of 1624) pass: TodoMVC - batman, Item, should allow me to un-mark items as complete
(544 of 1624) pass: TodoMVC - batman, Item, should allow me to edit an item
(545 of 1624) pass: TodoMVC - batman, Item, should show the remove button on hover
(546 of 1624) pass: TodoMVC - batman, Editing, should hide other controls when editing
(547 of 1624) pass: TodoMVC - batman, Editing, should save edits on enter
(548 of 1624) pass: TodoMVC - batman, Editing, should save edits on blur
(549 of 1624) pass: TodoMVC - batman, Editing, should trim entered text
(550 of 1624) pass: TodoMVC - batman, Editing, should remove the item if an empty text string was entered
(551 of 1624) known issue: TodoMVC - batman, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(552 of 1624) pass: TodoMVC - batman, Counter, should display the current number of todo items
(553 of 1624) pass: TodoMVC - batman, Clear completed button, should display the number of completed items
(554 of 1624) pass: TodoMVC - batman, Clear completed button, should remove completed items when clicked
(555 of 1624) pass: TodoMVC - batman, Clear completed button, should be hidden when there are no items that are completed
(556 of 1624) pass: TodoMVC - batman, Routing, should allow me to display active items
(557 of 1624) pass: TodoMVC - batman, Routing, should respect the back button
(558 of 1624) pass: TodoMVC - batman, Routing, should allow me to display completed items
(559 of 1624) pass: TodoMVC - batman, Routing, should allow me to display all items
(560 of 1624) known issue: TodoMVC - batman, Routing, should highlight the currently applied filter -- error: the filter / route at index 0 should have been selected
(561 of 1624) pass: TodoMVC - componentjs, No Todos, should hide #main and #footer
(562 of 1624) pass: TodoMVC - componentjs, New Todo, should allow me to add todo items
(563 of 1624) pass: TodoMVC - componentjs, New Todo, should clear text input field when an item is added
(564 of 1624) pass: TodoMVC - componentjs, New Todo, should append new items to the bottom of the list
(565 of 1624) pass: TodoMVC - componentjs, New Todo, should trim text input
(566 of 1624) pass: TodoMVC - componentjs, New Todo, should show #main and #footer when items added
(567 of 1624) pass: TodoMVC - componentjs, Mark all as completed, should allow me to mark all items as completed
(568 of 1624) pass: TodoMVC - componentjs, Mark all as completed, should allow me to clear the completion state of all items
(569 of 1624) pass: TodoMVC - componentjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(570 of 1624) pass: TodoMVC - componentjs, Item, should allow me to mark items as complete
(571 of 1624) pass: TodoMVC - componentjs, Item, should allow me to un-mark items as complete
(572 of 1624) pass: TodoMVC - componentjs, Item, should allow me to edit an item
(573 of 1624) pass: TodoMVC - componentjs, Item, should show the remove button on hover
(574 of 1624) pass: TodoMVC - componentjs, Editing, should hide other controls when editing
(575 of 1624) pass: TodoMVC - componentjs, Editing, should save edits on enter
(576 of 1624) pass: TodoMVC - componentjs, Editing, should save edits on blur
(577 of 1624) pass: TodoMVC - componentjs, Editing, should trim entered text
(578 of 1624) pass: TodoMVC - componentjs, Editing, should remove the item if an empty text string was entered
(579 of 1624) pass: TodoMVC - componentjs, Editing, should cancel edits on escape
(580 of 1624) pass: TodoMVC - componentjs, Counter, should display the current number of todo items
(581 of 1624) pass: TodoMVC - componentjs, Clear completed button, should display the number of completed items
(582 of 1624) pass: TodoMVC - componentjs, Clear completed button, should remove completed items when clicked
(583 of 1624) pass: TodoMVC - componentjs, Clear completed button, should be hidden when there are no items that are completed
(584 of 1624) pass: TodoMVC - componentjs, Routing, should allow me to display active items
(585 of 1624) known issue: TodoMVC - componentjs, Routing, should respect the back button -- error: 3 items expected in the todo list, 2 items observed
(586 of 1624) pass: TodoMVC - componentjs, Routing, should allow me to display completed items
(587 of 1624) pass: TodoMVC - componentjs, Routing, should allow me to display all items
(588 of 1624) pass: TodoMVC - componentjs, Routing, should highlight the currently applied filter
(589 of 1624) pass: TodoMVC - dijon, No Todos, should hide #main and #footer
(590 of 1624) pass: TodoMVC - dijon, New Todo, should allow me to add todo items
(591 of 1624) pass: TodoMVC - dijon, New Todo, should clear text input field when an item is added
(592 of 1624) pass: TodoMVC - dijon, New Todo, should append new items to the bottom of the list
(593 of 1624) pass: TodoMVC - dijon, New Todo, should trim text input
(594 of 1624) pass: TodoMVC - dijon, New Todo, should show #main and #footer when items added
(595 of 1624) pass: TodoMVC - dijon, Mark all as completed, should allow me to mark all items as completed
(596 of 1624) pass: TodoMVC - dijon, Mark all as completed, should allow me to clear the completion state of all items
(597 of 1624) pass: TodoMVC - dijon, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(598 of 1624) pass: TodoMVC - dijon, Item, should allow me to mark items as complete
(599 of 1624) pass: TodoMVC - dijon, Item, should allow me to un-mark items as complete
(600 of 1624) new issue: TodoMVC - dijon, Item, should allow me to edit an item
(601 of 1624) pass: TodoMVC - dijon, Item, should show the remove button on hover
(602 of 1624) pass: TodoMVC - dijon, Editing, should hide other controls when editing
(603 of 1624) new issue: TodoMVC - dijon, Editing, should save edits on enter
(604 of 1624) new issue: TodoMVC - dijon, Editing, should save edits on blur
(605 of 1624) new issue: TodoMVC - dijon, Editing, should trim entered text
(606 of 1624) new issue: TodoMVC - dijon, Editing, should remove the item if an empty text string was entered
(607 of 1624) known issue: TodoMVC - dijon, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(608 of 1624) pass: TodoMVC - dijon, Counter, should display the current number of todo items
(609 of 1624) pass: TodoMVC - dijon, Clear completed button, should display the number of completed items
(610 of 1624) pass: TodoMVC - dijon, Clear completed button, should remove completed items when clicked
(611 of 1624) pass: TodoMVC - dijon, Clear completed button, should be hidden when there are no items that are completed
(612 of 1624) known issue: TodoMVC - dijon, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(613 of 1624) known issue: TodoMVC - dijon, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(614 of 1624) known issue: TodoMVC - dijon, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(615 of 1624) known issue: TodoMVC - dijon, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(616 of 1624) known issue: TodoMVC - dijon, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(617 of 1624) pass: TodoMVC - duel, No Todos, should hide #main and #footer
(618 of 1624) pass: TodoMVC - duel, New Todo, should allow me to add todo items
(619 of 1624) pass: TodoMVC - duel, New Todo, should clear text input field when an item is added
(620 of 1624) pass: TodoMVC - duel, New Todo, should append new items to the bottom of the list
(621 of 1624) pass: TodoMVC - duel, New Todo, should trim text input
(622 of 1624) pass: TodoMVC - duel, New Todo, should show #main and #footer when items added
(623 of 1624) pass: TodoMVC - duel, Mark all as completed, should allow me to mark all items as completed
(624 of 1624) pass: TodoMVC - duel, Mark all as completed, should allow me to clear the completion state of all items
(625 of 1624) pass: TodoMVC - duel, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(626 of 1624) pass: TodoMVC - duel, Item, should allow me to mark items as complete
(627 of 1624) pass: TodoMVC - duel, Item, should allow me to un-mark items as complete
(628 of 1624) pass: TodoMVC - duel, Item, should allow me to edit an item
(629 of 1624) pass: TodoMVC - duel, Item, should show the remove button on hover
(630 of 1624) pass: TodoMVC - duel, Editing, should hide other controls when editing
(631 of 1624) pass: TodoMVC - duel, Editing, should save edits on enter
(632 of 1624) pass: TodoMVC - duel, Editing, should save edits on blur
(633 of 1624) pass: TodoMVC - duel, Editing, should trim entered text
(634 of 1624) pass: TodoMVC - duel, Editing, should remove the item if an empty text string was entered
(635 of 1624) known issue: TodoMVC - duel, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(636 of 1624) pass: TodoMVC - duel, Counter, should display the current number of todo items
(637 of 1624) pass: TodoMVC - duel, Clear completed button, should display the number of completed items
(638 of 1624) pass: TodoMVC - duel, Clear completed button, should remove completed items when clicked
(639 of 1624) pass: TodoMVC - duel, Clear completed button, should be hidden when there are no items that are completed
(640 of 1624) known issue: TodoMVC - duel, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(641 of 1624) known issue: TodoMVC - duel, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(642 of 1624) known issue: TodoMVC - duel, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(643 of 1624) known issue: TodoMVC - duel, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(644 of 1624) known issue: TodoMVC - duel, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(645 of 1624) pass: TodoMVC - epitome, No Todos, should hide #main and #footer
(646 of 1624) pass: TodoMVC - epitome, New Todo, should allow me to add todo items
(647 of 1624) pass: TodoMVC - epitome, New Todo, should clear text input field when an item is added
(648 of 1624) pass: TodoMVC - epitome, New Todo, should append new items to the bottom of the list
(649 of 1624) pass: TodoMVC - epitome, New Todo, should trim text input
(650 of 1624) pass: TodoMVC - epitome, New Todo, should show #main and #footer when items added
(651 of 1624) pass: TodoMVC - epitome, Mark all as completed, should allow me to mark all items as completed
(652 of 1624) pass: TodoMVC - epitome, Mark all as completed, should allow me to clear the completion state of all items
(653 of 1624) pass: TodoMVC - epitome, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(654 of 1624) pass: TodoMVC - epitome, Item, should allow me to mark items as complete
(655 of 1624) pass: TodoMVC - epitome, Item, should allow me to un-mark items as complete
(656 of 1624) pass: TodoMVC - epitome, Item, should allow me to edit an item
(657 of 1624) pass: TodoMVC - epitome, Item, should show the remove button on hover
(658 of 1624) pass: TodoMVC - epitome, Editing, should hide other controls when editing
(659 of 1624) pass: TodoMVC - epitome, Editing, should save edits on enter
(660 of 1624) pass: TodoMVC - epitome, Editing, should save edits on blur
(661 of 1624) pass: TodoMVC - epitome, Editing, should trim entered text
(662 of 1624) pass: TodoMVC - epitome, Editing, should remove the item if an empty text string was entered
(663 of 1624) known issue: TodoMVC - epitome, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(664 of 1624) pass: TodoMVC - epitome, Counter, should display the current number of todo items
(665 of 1624) pass: TodoMVC - epitome, Clear completed button, should display the number of completed items
(666 of 1624) pass: TodoMVC - epitome, Clear completed button, should remove completed items when clicked
(667 of 1624) pass: TodoMVC - epitome, Clear completed button, should be hidden when there are no items that are completed
(668 of 1624) pass: TodoMVC - epitome, Routing, should allow me to display active items
(669 of 1624) pass: TodoMVC - epitome, Routing, should respect the back button
(670 of 1624) pass: TodoMVC - epitome, Routing, should allow me to display completed items
(671 of 1624) pass: TodoMVC - epitome, Routing, should allow me to display all items
(672 of 1624) pass: TodoMVC - epitome, Routing, should highlight the currently applied filter
(673 of 1624) pass: TodoMVC - exoskeleton, No Todos, should hide #main and #footer
(674 of 1624) pass: TodoMVC - exoskeleton, New Todo, should allow me to add todo items
(675 of 1624) pass: TodoMVC - exoskeleton, New Todo, should clear text input field when an item is added
(676 of 1624) pass: TodoMVC - exoskeleton, New Todo, should append new items to the bottom of the list
(677 of 1624) pass: TodoMVC - exoskeleton, New Todo, should trim text input
(678 of 1624) pass: TodoMVC - exoskeleton, New Todo, should show #main and #footer when items added
(679 of 1624) pass: TodoMVC - exoskeleton, Mark all as completed, should allow me to mark all items as completed
(680 of 1624) pass: TodoMVC - exoskeleton, Mark all as completed, should allow me to clear the completion state of all items
(681 of 1624) pass: TodoMVC - exoskeleton, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(682 of 1624) pass: TodoMVC - exoskeleton, Item, should allow me to mark items as complete
(683 of 1624) pass: TodoMVC - exoskeleton, Item, should allow me to un-mark items as complete
(684 of 1624) pass: TodoMVC - exoskeleton, Item, should allow me to edit an item
(685 of 1624) pass: TodoMVC - exoskeleton, Item, should show the remove button on hover
(686 of 1624) pass: TodoMVC - exoskeleton, Editing, should hide other controls when editing
(687 of 1624) pass: TodoMVC - exoskeleton, Editing, should save edits on enter
(688 of 1624) pass: TodoMVC - exoskeleton, Editing, should save edits on blur
(689 of 1624) pass: TodoMVC - exoskeleton, Editing, should trim entered text
(690 of 1624) pass: TodoMVC - exoskeleton, Editing, should remove the item if an empty text string was entered
(691 of 1624) pass: TodoMVC - exoskeleton, Editing, should cancel edits on escape
(692 of 1624) pass: TodoMVC - exoskeleton, Counter, should display the current number of todo items
(693 of 1624) pass: TodoMVC - exoskeleton, Clear completed button, should display the number of completed items
(694 of 1624) pass: TodoMVC - exoskeleton, Clear completed button, should remove completed items when clicked
(695 of 1624) pass: TodoMVC - exoskeleton, Clear completed button, should be hidden when there are no items that are completed
(696 of 1624) pass: TodoMVC - exoskeleton, Routing, should allow me to display active items
(697 of 1624) pass: TodoMVC - exoskeleton, Routing, should respect the back button
(698 of 1624) pass: TodoMVC - exoskeleton, Routing, should allow me to display completed items
(699 of 1624) pass: TodoMVC - exoskeleton, Routing, should allow me to display all items
(700 of 1624) pass: TodoMVC - exoskeleton, Routing, should highlight the currently applied filter
(701 of 1624) pass: TodoMVC - extjs_deftjs, No Todos, should hide #main and #footer
(702 of 1624) pass: TodoMVC - extjs_deftjs, New Todo, should allow me to add todo items
(703 of 1624) pass: TodoMVC - extjs_deftjs, New Todo, should clear text input field when an item is added
(704 of 1624) pass: TodoMVC - extjs_deftjs, New Todo, should append new items to the bottom of the list
(705 of 1624) pass: TodoMVC - extjs_deftjs, New Todo, should trim text input
(706 of 1624) pass: TodoMVC - extjs_deftjs, New Todo, should show #main and #footer when items added
(707 of 1624) pass: TodoMVC - extjs_deftjs, Mark all as completed, should allow me to mark all items as completed
(708 of 1624) pass: TodoMVC - extjs_deftjs, Mark all as completed, should allow me to clear the completion state of all items
(709 of 1624) pass: TodoMVC - extjs_deftjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(710 of 1624) pass: TodoMVC - extjs_deftjs, Item, should allow me to mark items as complete
(711 of 1624) pass: TodoMVC - extjs_deftjs, Item, should allow me to un-mark items as complete
(712 of 1624) pass: TodoMVC - extjs_deftjs, Item, should allow me to edit an item
(713 of 1624) pass: TodoMVC - extjs_deftjs, Item, should show the remove button on hover
(714 of 1624) pass: TodoMVC - extjs_deftjs, Editing, should hide other controls when editing
(715 of 1624) pass: TodoMVC - extjs_deftjs, Editing, should save edits on enter
(716 of 1624) pass: TodoMVC - extjs_deftjs, Editing, should save edits on blur
(717 of 1624) pass: TodoMVC - extjs_deftjs, Editing, should trim entered text
(718 of 1624) pass: TodoMVC - extjs_deftjs, Editing, should remove the item if an empty text string was entered
(719 of 1624) known issue: TodoMVC - extjs_deftjs, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(720 of 1624) pass: TodoMVC - extjs_deftjs, Counter, should display the current number of todo items
(721 of 1624) pass: TodoMVC - extjs_deftjs, Clear completed button, should display the number of completed items
(722 of 1624) pass: TodoMVC - extjs_deftjs, Clear completed button, should remove completed items when clicked
(723 of 1624) pass: TodoMVC - extjs_deftjs, Clear completed button, should be hidden when there are no items that are completed
(724 of 1624) known issue: TodoMVC - extjs_deftjs, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(725 of 1624) known issue: TodoMVC - extjs_deftjs, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(726 of 1624) known issue: TodoMVC - extjs_deftjs, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(727 of 1624) known issue: TodoMVC - extjs_deftjs, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(728 of 1624) known issue: TodoMVC - extjs_deftjs, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(729 of 1624) pass: TodoMVC - kendo, No Todos, should hide #main and #footer
(730 of 1624) pass: TodoMVC - kendo, New Todo, should allow me to add todo items
(731 of 1624) pass: TodoMVC - kendo, New Todo, should clear text input field when an item is added
(732 of 1624) pass: TodoMVC - kendo, New Todo, should append new items to the bottom of the list
(733 of 1624) pass: TodoMVC - kendo, New Todo, should trim text input
(734 of 1624) pass: TodoMVC - kendo, New Todo, should show #main and #footer when items added
(735 of 1624) pass: TodoMVC - kendo, Mark all as completed, should allow me to mark all items as completed
(736 of 1624) pass: TodoMVC - kendo, Mark all as completed, should allow me to clear the completion state of all items
(737 of 1624) resolved issue: TodoMVC - kendo, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(738 of 1624) pass: TodoMVC - kendo, Item, should allow me to mark items as complete
(739 of 1624) pass: TodoMVC - kendo, Item, should allow me to un-mark items as complete
(740 of 1624) pass: TodoMVC - kendo, Item, should allow me to edit an item
(741 of 1624) pass: TodoMVC - kendo, Item, should show the remove button on hover
(742 of 1624) pass: TodoMVC - kendo, Editing, should hide other controls when editing
(743 of 1624) pass: TodoMVC - kendo, Editing, should save edits on enter
(744 of 1624) pass: TodoMVC - kendo, Editing, should save edits on blur
(745 of 1624) pass: TodoMVC - kendo, Editing, should trim entered text
(746 of 1624) pass: TodoMVC - kendo, Editing, should remove the item if an empty text string was entered
(747 of 1624) resolved issue: TodoMVC - kendo, Editing, should cancel edits on escape
(748 of 1624) pass: TodoMVC - kendo, Counter, should display the current number of todo items
(749 of 1624) pass: TodoMVC - kendo, Clear completed button, should display the number of completed items
(750 of 1624) pass: TodoMVC - kendo, Clear completed button, should remove completed items when clicked
(751 of 1624) pass: TodoMVC - kendo, Clear completed button, should be hidden when there are no items that are completed
(752 of 1624) pass: TodoMVC - kendo, Routing, should allow me to display active items
(753 of 1624) pass: TodoMVC - kendo, Routing, should respect the back button
(754 of 1624) pass: TodoMVC - kendo, Routing, should allow me to display completed items
(755 of 1624) pass: TodoMVC - kendo, Routing, should allow me to display all items
(756 of 1624) pass: TodoMVC - kendo, Routing, should highlight the currently applied filter
(757 of 1624) pass: TodoMVC - maria, No Todos, should hide #main and #footer
(758 of 1624) new issue: TodoMVC - maria, New Todo, should allow me to add todo items
(759 of 1624) new issue: TodoMVC - maria, New Todo, should clear text input field when an item is added
(760 of 1624) new issue: TodoMVC - maria, New Todo, should append new items to the bottom of the list
(761 of 1624) new issue: TodoMVC - maria, New Todo, should trim text input
(762 of 1624) new issue: TodoMVC - maria, New Todo, should show #main and #footer when items added
(763 of 1624) new issue: TodoMVC - maria, Mark all as completed, should allow me to mark all items as completed
(764 of 1624) new issue: TodoMVC - maria, Mark all as completed, should allow me to clear the completion state of all items
(765 of 1624) new issue: TodoMVC - maria, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(766 of 1624) new issue: TodoMVC - maria, Item, should allow me to mark items as complete
(767 of 1624) new issue: TodoMVC - maria, Item, should allow me to un-mark items as complete
(768 of 1624) new issue: TodoMVC - maria, Item, should allow me to edit an item
(769 of 1624) pass: TodoMVC - maria, Item, should show the remove button on hover
(770 of 1624) new issue: TodoMVC - maria, Editing, should hide other controls when editing
(771 of 1624) new issue: TodoMVC - maria, Editing, should save edits on enter
(772 of 1624) new issue: TodoMVC - maria, Editing, should save edits on blur
(773 of 1624) new issue: TodoMVC - maria, Editing, should trim entered text
(774 of 1624) new issue: TodoMVC - maria, Editing, should remove the item if an empty text string was entered
(775 of 1624) new issue: TodoMVC - maria, Editing, should cancel edits on escape
(776 of 1624) new issue: TodoMVC - maria, Counter, should display the current number of todo items
(777 of 1624) new issue: TodoMVC - maria, Clear completed button, should display the number of completed items
(778 of 1624) new issue: TodoMVC - maria, Clear completed button, should remove completed items when clicked
(779 of 1624) new issue: TodoMVC - maria, Clear completed button, should be hidden when there are no items that are completed
(780 of 1624) new issue: TodoMVC - maria, Routing, should allow me to display active items
(781 of 1624) known issue: TodoMVC - maria, Routing, should respect the back button -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(782 of 1624) new issue: TodoMVC - maria, Routing, should allow me to display completed items
(783 of 1624) new issue: TodoMVC - maria, Routing, should allow me to display all items
(784 of 1624) new issue: TodoMVC - maria, Routing, should highlight the currently applied filter
(785 of 1624) pass: TodoMVC - mozart, No Todos, should hide #main and #footer
(786 of 1624) resolved issue: TodoMVC - mozart, New Todo, should allow me to add todo items
(787 of 1624) pass: TodoMVC - mozart, New Todo, should clear text input field when an item is added
(788 of 1624) pass: TodoMVC - mozart, New Todo, should append new items to the bottom of the list
(789 of 1624) resolved issue: TodoMVC - mozart, New Todo, should trim text input
(790 of 1624) pass: TodoMVC - mozart, New Todo, should show #main and #footer when items added
(791 of 1624) pass: TodoMVC - mozart, Mark all as completed, should allow me to mark all items as completed
(792 of 1624) pass: TodoMVC - mozart, Mark all as completed, should allow me to clear the completion state of all items
(793 of 1624) pass: TodoMVC - mozart, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(794 of 1624) pass: TodoMVC - mozart, Item, should allow me to mark items as complete
(795 of 1624) pass: TodoMVC - mozart, Item, should allow me to un-mark items as complete
(796 of 1624) pass: TodoMVC - mozart, Item, should allow me to edit an item
(797 of 1624) pass: TodoMVC - mozart, Item, should show the remove button on hover
(798 of 1624) pass: TodoMVC - mozart, Editing, should hide other controls when editing
(799 of 1624) pass: TodoMVC - mozart, Editing, should save edits on enter
(800 of 1624) pass: TodoMVC - mozart, Editing, should save edits on blur
(801 of 1624) pass: TodoMVC - mozart, Editing, should trim entered text
(802 of 1624) pass: TodoMVC - mozart, Editing, should remove the item if an empty text string was entered
(803 of 1624) pass: TodoMVC - mozart, Editing, should cancel edits on escape
(804 of 1624) pass: TodoMVC - mozart, Counter, should display the current number of todo items
(805 of 1624) pass: TodoMVC - mozart, Clear completed button, should display the number of completed items
(806 of 1624) pass: TodoMVC - mozart, Clear completed button, should remove completed items when clicked
(807 of 1624) pass: TodoMVC - mozart, Clear completed button, should be hidden when there are no items that are completed
(808 of 1624) pass: TodoMVC - mozart, Routing, should allow me to display active items
(809 of 1624) pass: TodoMVC - mozart, Routing, should respect the back button
(810 of 1624) pass: TodoMVC - mozart, Routing, should allow me to display completed items
(811 of 1624) pass: TodoMVC - mozart, Routing, should allow me to display all items
(812 of 1624) pass: TodoMVC - mozart, Routing, should highlight the currently applied filter
(813 of 1624) pass: TodoMVC - olives, No Todos, should hide #main and #footer
(814 of 1624) pass: TodoMVC - olives, New Todo, should allow me to add todo items
(815 of 1624) pass: TodoMVC - olives, New Todo, should clear text input field when an item is added
(816 of 1624) pass: TodoMVC - olives, New Todo, should append new items to the bottom of the list
(817 of 1624) pass: TodoMVC - olives, New Todo, should trim text input
(818 of 1624) pass: TodoMVC - olives, New Todo, should show #main and #footer when items added
(819 of 1624) pass: TodoMVC - olives, Mark all as completed, should allow me to mark all items as completed
(820 of 1624) pass: TodoMVC - olives, Mark all as completed, should allow me to clear the completion state of all items
(821 of 1624) pass: TodoMVC - olives, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(822 of 1624) pass: TodoMVC - olives, Item, should allow me to mark items as complete
(823 of 1624) pass: TodoMVC - olives, Item, should allow me to un-mark items as complete
(824 of 1624) pass: TodoMVC - olives, Item, should allow me to edit an item
(825 of 1624) pass: TodoMVC - olives, Item, should show the remove button on hover
(826 of 1624) pass: TodoMVC - olives, Editing, should hide other controls when editing
(827 of 1624) pass: TodoMVC - olives, Editing, should save edits on enter
(828 of 1624) pass: TodoMVC - olives, Editing, should save edits on blur
(829 of 1624) pass: TodoMVC - olives, Editing, should trim entered text
(830 of 1624) pass: TodoMVC - olives, Editing, should remove the item if an empty text string was entered
(831 of 1624) known issue: TodoMVC - olives, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(832 of 1624) new issue: TodoMVC - olives, Counter, should display the current number of todo items
(833 of 1624) pass: TodoMVC - olives, Clear completed button, should display the number of completed items
(834 of 1624) pass: TodoMVC - olives, Clear completed button, should remove completed items when clicked
(835 of 1624) pass: TodoMVC - olives, Clear completed button, should be hidden when there are no items that are completed
(836 of 1624) known issue: TodoMVC - olives, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(837 of 1624) known issue: TodoMVC - olives, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(838 of 1624) known issue: TodoMVC - olives, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(839 of 1624) known issue: TodoMVC - olives, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(840 of 1624) known issue: TodoMVC - olives, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(841 of 1624) pass: TodoMVC - plastronjs, No Todos, should hide #main and #footer
(842 of 1624) pass: TodoMVC - plastronjs, New Todo, should allow me to add todo items
(843 of 1624) pass: TodoMVC - plastronjs, New Todo, should clear text input field when an item is added
(844 of 1624) pass: TodoMVC - plastronjs, New Todo, should append new items to the bottom of the list
(845 of 1624) pass: TodoMVC - plastronjs, New Todo, should trim text input
(846 of 1624) pass: TodoMVC - plastronjs, New Todo, should show #main and #footer when items added
(847 of 1624) pass: TodoMVC - plastronjs, Mark all as completed, should allow me to mark all items as completed
(848 of 1624) pass: TodoMVC - plastronjs, Mark all as completed, should allow me to clear the completion state of all items
(849 of 1624) pass: TodoMVC - plastronjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(850 of 1624) pass: TodoMVC - plastronjs, Item, should allow me to mark items as complete
(851 of 1624) pass: TodoMVC - plastronjs, Item, should allow me to un-mark items as complete
(852 of 1624) pass: TodoMVC - plastronjs, Item, should allow me to edit an item
(853 of 1624) pass: TodoMVC - plastronjs, Item, should show the remove button on hover
(854 of 1624) pass: TodoMVC - plastronjs, Editing, should hide other controls when editing
(855 of 1624) pass: TodoMVC - plastronjs, Editing, should save edits on enter
(856 of 1624) pass: TodoMVC - plastronjs, Editing, should save edits on blur
(857 of 1624) pass: TodoMVC - plastronjs, Editing, should trim entered text
(858 of 1624) pass: TodoMVC - plastronjs, Editing, should remove the item if an empty text string was entered
(859 of 1624) known issue: TodoMVC - plastronjs, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(860 of 1624) pass: TodoMVC - plastronjs, Counter, should display the current number of todo items
(861 of 1624) pass: TodoMVC - plastronjs, Clear completed button, should display the number of completed items
(862 of 1624) pass: TodoMVC - plastronjs, Clear completed button, should remove completed items when clicked
(863 of 1624) pass: TodoMVC - plastronjs, Clear completed button, should be hidden when there are no items that are completed
(864 of 1624) pass: TodoMVC - plastronjs, Routing, should allow me to display active items
(865 of 1624) pass: TodoMVC - plastronjs, Routing, should respect the back button
(866 of 1624) pass: TodoMVC - plastronjs, Routing, should allow me to display completed items
(867 of 1624) pass: TodoMVC - plastronjs, Routing, should allow me to display all items
(868 of 1624) known issue: TodoMVC - plastronjs, Routing, should highlight the currently applied filter -- error: the filter / route at index 0 should have been selected
(869 of 1624) pass: TodoMVC - puremvc, No Todos, should hide #main and #footer
(870 of 1624) pass: TodoMVC - puremvc, New Todo, should allow me to add todo items
(871 of 1624) pass: TodoMVC - puremvc, New Todo, should clear text input field when an item is added
(872 of 1624) pass: TodoMVC - puremvc, New Todo, should append new items to the bottom of the list
(873 of 1624) pass: TodoMVC - puremvc, New Todo, should trim text input
(874 of 1624) pass: TodoMVC - puremvc, New Todo, should show #main and #footer when items added
(875 of 1624) pass: TodoMVC - puremvc, Mark all as completed, should allow me to mark all items as completed
(876 of 1624) pass: TodoMVC - puremvc, Mark all as completed, should allow me to clear the completion state of all items
(877 of 1624) pass: TodoMVC - puremvc, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(878 of 1624) pass: TodoMVC - puremvc, Item, should allow me to mark items as complete
(879 of 1624) pass: TodoMVC - puremvc, Item, should allow me to un-mark items as complete
(880 of 1624) pass: TodoMVC - puremvc, Item, should allow me to edit an item
(881 of 1624) pass: TodoMVC - puremvc, Item, should show the remove button on hover
(882 of 1624) pass: TodoMVC - puremvc, Editing, should hide other controls when editing
(883 of 1624) pass: TodoMVC - puremvc, Editing, should save edits on enter
(884 of 1624) pass: TodoMVC - puremvc, Editing, should save edits on blur
(885 of 1624) pass: TodoMVC - puremvc, Editing, should trim entered text
(886 of 1624) pass: TodoMVC - puremvc, Editing, should remove the item if an empty text string was entered
(887 of 1624) pass: TodoMVC - puremvc, Editing, should cancel edits on escape
(888 of 1624) pass: TodoMVC - puremvc, Counter, should display the current number of todo items
(889 of 1624) pass: TodoMVC - puremvc, Clear completed button, should display the number of completed items
(890 of 1624) pass: TodoMVC - puremvc, Clear completed button, should remove completed items when clicked
(891 of 1624) pass: TodoMVC - puremvc, Clear completed button, should be hidden when there are no items that are completed
(892 of 1624) pass: TodoMVC - puremvc, Routing, should allow me to display active items
(893 of 1624) pass: TodoMVC - puremvc, Routing, should respect the back button
(894 of 1624) pass: TodoMVC - puremvc, Routing, should allow me to display completed items
(895 of 1624) pass: TodoMVC - puremvc, Routing, should allow me to display all items
(896 of 1624) pass: TodoMVC - puremvc, Routing, should highlight the currently applied filter
(897 of 1624) pass: TodoMVC - ractive, No Todos, should hide #main and #footer
(898 of 1624) pass: TodoMVC - ractive, New Todo, should allow me to add todo items
(899 of 1624) pass: TodoMVC - ractive, New Todo, should clear text input field when an item is added
(900 of 1624) pass: TodoMVC - ractive, New Todo, should append new items to the bottom of the list
(901 of 1624) pass: TodoMVC - ractive, New Todo, should trim text input
(902 of 1624) pass: TodoMVC - ractive, New Todo, should show #main and #footer when items added
(903 of 1624) pass: TodoMVC - ractive, Mark all as completed, should allow me to mark all items as completed
(904 of 1624) pass: TodoMVC - ractive, Mark all as completed, should allow me to clear the completion state of all items
(905 of 1624) pass: TodoMVC - ractive, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(906 of 1624) pass: TodoMVC - ractive, Item, should allow me to mark items as complete
(907 of 1624) pass: TodoMVC - ractive, Item, should allow me to un-mark items as complete
(908 of 1624) pass: TodoMVC - ractive, Item, should allow me to edit an item
(909 of 1624) pass: TodoMVC - ractive, Item, should show the remove button on hover
(910 of 1624) pass: TodoMVC - ractive, Editing, should hide other controls when editing
(911 of 1624) pass: TodoMVC - ractive, Editing, should save edits on enter
(912 of 1624) pass: TodoMVC - ractive, Editing, should save edits on blur
(913 of 1624) pass: TodoMVC - ractive, Editing, should trim entered text
(914 of 1624) pass: TodoMVC - ractive, Editing, should remove the item if an empty text string was entered
(915 of 1624) pass: TodoMVC - ractive, Editing, should cancel edits on escape
(916 of 1624) pass: TodoMVC - ractive, Counter, should display the current number of todo items
(917 of 1624) pass: TodoMVC - ractive, Clear completed button, should display the number of completed items
(918 of 1624) pass: TodoMVC - ractive, Clear completed button, should remove completed items when clicked
(919 of 1624) pass: TodoMVC - ractive, Clear completed button, should be hidden when there are no items that are completed
(920 of 1624) pass: TodoMVC - ractive, Routing, should allow me to display active items
(921 of 1624) pass: TodoMVC - ractive, Routing, should respect the back button
(922 of 1624) pass: TodoMVC - ractive, Routing, should allow me to display completed items
(923 of 1624) pass: TodoMVC - ractive, Routing, should allow me to display all items
(924 of 1624) pass: TodoMVC - ractive, Routing, should highlight the currently applied filter
(925 of 1624) pass: TodoMVC - rappidjs, No Todos, should hide #main and #footer
(926 of 1624) new issue: TodoMVC - rappidjs, New Todo, should allow me to add todo items
(927 of 1624) new issue: TodoMVC - rappidjs, New Todo, should clear text input field when an item is added
(928 of 1624) new issue: TodoMVC - rappidjs, New Todo, should append new items to the bottom of the list
(929 of 1624) new issue: TodoMVC - rappidjs, New Todo, should trim text input
(930 of 1624) new issue: TodoMVC - rappidjs, New Todo, should show #main and #footer when items added
(931 of 1624) new issue: TodoMVC - rappidjs, Mark all as completed, should allow me to mark all items as completed
(932 of 1624) new issue: TodoMVC - rappidjs, Mark all as completed, should allow me to clear the completion state of all items
(933 of 1624) new issue: TodoMVC - rappidjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(934 of 1624) new issue: TodoMVC - rappidjs, Item, should allow me to mark items as complete
(935 of 1624) new issue: TodoMVC - rappidjs, Item, should allow me to un-mark items as complete
(936 of 1624) new issue: TodoMVC - rappidjs, Item, should allow me to edit an item
(937 of 1624) pass: TodoMVC - rappidjs, Item, should show the remove button on hover
(938 of 1624) new issue: TodoMVC - rappidjs, Editing, should hide other controls when editing
(939 of 1624) new issue: TodoMVC - rappidjs, Editing, should save edits on enter
(940 of 1624) new issue: TodoMVC - rappidjs, Editing, should save edits on blur
(941 of 1624) new issue: TodoMVC - rappidjs, Editing, should trim entered text
(942 of 1624) new issue: TodoMVC - rappidjs, Editing, should remove the item if an empty text string was entered
(943 of 1624) known issue: TodoMVC - rappidjs, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(944 of 1624) new issue: TodoMVC - rappidjs, Counter, should display the current number of todo items
(945 of 1624) new issue: TodoMVC - rappidjs, Clear completed button, should display the number of completed items
(946 of 1624) new issue: TodoMVC - rappidjs, Clear completed button, should remove completed items when clicked
(947 of 1624) new issue: TodoMVC - rappidjs, Clear completed button, should be hidden when there are no items that are completed
(948 of 1624) new issue: TodoMVC - rappidjs, Routing, should allow me to display active items
(949 of 1624) new issue: TodoMVC - rappidjs, Routing, should respect the back button
(950 of 1624) new issue: TodoMVC - rappidjs, Routing, should allow me to display completed items
(951 of 1624) new issue: TodoMVC - rappidjs, Routing, should allow me to display all items
(952 of 1624) new issue: TodoMVC - rappidjs, Routing, should highlight the currently applied filter
(953 of 1624) pass: TodoMVC - react-backbone, No Todos, should hide #main and #footer
(954 of 1624) pass: TodoMVC - react-backbone, New Todo, should allow me to add todo items
(955 of 1624) pass: TodoMVC - react-backbone, New Todo, should clear text input field when an item is added
(956 of 1624) pass: TodoMVC - react-backbone, New Todo, should append new items to the bottom of the list
(957 of 1624) pass: TodoMVC - react-backbone, New Todo, should trim text input
(958 of 1624) pass: TodoMVC - react-backbone, New Todo, should show #main and #footer when items added
(959 of 1624) pass: TodoMVC - react-backbone, Mark all as completed, should allow me to mark all items as completed
(960 of 1624) pass: TodoMVC - react-backbone, Mark all as completed, should allow me to clear the completion state of all items
(961 of 1624) pass: TodoMVC - react-backbone, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(962 of 1624) pass: TodoMVC - react-backbone, Item, should allow me to mark items as complete
(963 of 1624) pass: TodoMVC - react-backbone, Item, should allow me to un-mark items as complete
(964 of 1624) pass: TodoMVC - react-backbone, Item, should allow me to edit an item
(965 of 1624) pass: TodoMVC - react-backbone, Item, should show the remove button on hover
(966 of 1624) pass: TodoMVC - react-backbone, Editing, should hide other controls when editing
(967 of 1624) pass: TodoMVC - react-backbone, Editing, should save edits on enter
(968 of 1624) pass: TodoMVC - react-backbone, Editing, should save edits on blur
(969 of 1624) pass: TodoMVC - react-backbone, Editing, should trim entered text
(970 of 1624) pass: TodoMVC - react-backbone, Editing, should remove the item if an empty text string was entered
(971 of 1624) pass: TodoMVC - react-backbone, Editing, should cancel edits on escape
(972 of 1624) pass: TodoMVC - react-backbone, Counter, should display the current number of todo items
(973 of 1624) pass: TodoMVC - react-backbone, Clear completed button, should display the number of completed items
(974 of 1624) pass: TodoMVC - react-backbone, Clear completed button, should remove completed items when clicked
(975 of 1624) pass: TodoMVC - react-backbone, Clear completed button, should be hidden when there are no items that are completed
(976 of 1624) pass: TodoMVC - react-backbone, Routing, should allow me to display active items
(977 of 1624) pass: TodoMVC - react-backbone, Routing, should respect the back button
(978 of 1624) pass: TodoMVC - react-backbone, Routing, should allow me to display completed items
(979 of 1624) pass: TodoMVC - react-backbone, Routing, should allow me to display all items
(980 of 1624) pass: TodoMVC - react-backbone, Routing, should highlight the currently applied filter
(981 of 1624) pass: TodoMVC - serenadejs, No Todos, should hide #main and #footer
(982 of 1624) pass: TodoMVC - serenadejs, New Todo, should allow me to add todo items
(983 of 1624) pass: TodoMVC - serenadejs, New Todo, should clear text input field when an item is added
(984 of 1624) pass: TodoMVC - serenadejs, New Todo, should append new items to the bottom of the list
(985 of 1624) pass: TodoMVC - serenadejs, New Todo, should trim text input
(986 of 1624) pass: TodoMVC - serenadejs, New Todo, should show #main and #footer when items added
(987 of 1624) pass: TodoMVC - serenadejs, Mark all as completed, should allow me to mark all items as completed
(988 of 1624) pass: TodoMVC - serenadejs, Mark all as completed, should allow me to clear the completion state of all items
(989 of 1624) pass: TodoMVC - serenadejs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(990 of 1624) pass: TodoMVC - serenadejs, Item, should allow me to mark items as complete
(991 of 1624) pass: TodoMVC - serenadejs, Item, should allow me to un-mark items as complete
(992 of 1624) pass: TodoMVC - serenadejs, Item, should allow me to edit an item
(993 of 1624) pass: TodoMVC - serenadejs, Item, should show the remove button on hover
(994 of 1624) pass: TodoMVC - serenadejs, Editing, should hide other controls when editing
(995 of 1624) pass: TodoMVC - serenadejs, Editing, should save edits on enter
(996 of 1624) pass: TodoMVC - serenadejs, Editing, should save edits on blur
(997 of 1624) pass: TodoMVC - serenadejs, Editing, should trim entered text
(998 of 1624) pass: TodoMVC - serenadejs, Editing, should remove the item if an empty text string was entered
(999 of 1624) known issue: TodoMVC - serenadejs, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1000 of 1624) pass: TodoMVC - serenadejs, Counter, should display the current number of todo items
(1001 of 1624) pass: TodoMVC - serenadejs, Clear completed button, should display the number of completed items
(1002 of 1624) pass: TodoMVC - serenadejs, Clear completed button, should remove completed items when clicked
(1003 of 1624) pass: TodoMVC - serenadejs, Clear completed button, should be hidden when there are no items that are completed
(1004 of 1624) pass: TodoMVC - serenadejs, Routing, should allow me to display active items
(1005 of 1624) known issue: TodoMVC - serenadejs, Routing, should respect the back button -- error: 3 items expected in the todo list, 2 items observed
(1006 of 1624) pass: TodoMVC - serenadejs, Routing, should allow me to display completed items
(1007 of 1624) pass: TodoMVC - serenadejs, Routing, should allow me to display all items
(1008 of 1624) pass: TodoMVC - serenadejs, Routing, should highlight the currently applied filter
(1009 of 1624) pass: TodoMVC - somajs, No Todos, should hide #main and #footer
(1010 of 1624) pass: TodoMVC - somajs, New Todo, should allow me to add todo items
(1011 of 1624) pass: TodoMVC - somajs, New Todo, should clear text input field when an item is added
(1012 of 1624) pass: TodoMVC - somajs, New Todo, should append new items to the bottom of the list
(1013 of 1624) pass: TodoMVC - somajs, New Todo, should trim text input
(1014 of 1624) pass: TodoMVC - somajs, New Todo, should show #main and #footer when items added
(1015 of 1624) pass: TodoMVC - somajs, Mark all as completed, should allow me to mark all items as completed
(1016 of 1624) pass: TodoMVC - somajs, Mark all as completed, should allow me to clear the completion state of all items
(1017 of 1624) pass: TodoMVC - somajs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1018 of 1624) pass: TodoMVC - somajs, Item, should allow me to mark items as complete
(1019 of 1624) pass: TodoMVC - somajs, Item, should allow me to un-mark items as complete
(1020 of 1624) pass: TodoMVC - somajs, Item, should allow me to edit an item
(1021 of 1624) pass: TodoMVC - somajs, Item, should show the remove button on hover
(1022 of 1624) pass: TodoMVC - somajs, Editing, should hide other controls when editing
(1023 of 1624) pass: TodoMVC - somajs, Editing, should save edits on enter
(1024 of 1624) pass: TodoMVC - somajs, Editing, should save edits on blur
(1025 of 1624) pass: TodoMVC - somajs, Editing, should trim entered text
(1026 of 1624) resolved issue: TodoMVC - somajs, Editing, should remove the item if an empty text string was entered
(1027 of 1624) resolved issue: TodoMVC - somajs, Editing, should cancel edits on escape
(1028 of 1624) pass: TodoMVC - somajs, Counter, should display the current number of todo items
(1029 of 1624) pass: TodoMVC - somajs, Clear completed button, should display the number of completed items
(1030 of 1624) pass: TodoMVC - somajs, Clear completed button, should remove completed items when clicked
(1031 of 1624) pass: TodoMVC - somajs, Clear completed button, should be hidden when there are no items that are completed
(1032 of 1624) pass: TodoMVC - somajs, Routing, should allow me to display active items
(1033 of 1624) pass: TodoMVC - somajs, Routing, should respect the back button
(1034 of 1624) pass: TodoMVC - somajs, Routing, should allow me to display completed items
(1035 of 1624) pass: TodoMVC - somajs, Routing, should allow me to display all items
(1036 of 1624) pass: TodoMVC - somajs, Routing, should highlight the currently applied filter
(1037 of 1624) new issue: TodoMVC - stapes, No Todos, should hide #main and #footer
(1038 of 1624) new issue: TodoMVC - stapes, New Todo, should allow me to add todo items
(1039 of 1624) pass: TodoMVC - stapes, New Todo, should clear text input field when an item is added
(1040 of 1624) new issue: TodoMVC - stapes, New Todo, should append new items to the bottom of the list
(1041 of 1624) new issue: TodoMVC - stapes, New Todo, should trim text input
(1042 of 1624) pass: TodoMVC - stapes, New Todo, should show #main and #footer when items added
(1043 of 1624) known issue: TodoMVC - stapes, Mark all as completed, should allow me to mark all items as completed -- error: Cannot call method 'getAttribute' of undefined
(1044 of 1624) known issue: TodoMVC - stapes, Mark all as completed, should allow me to clear the completion state of all items -- error: Cannot call method 'getAttribute' of undefined
(1045 of 1624) known issue: TodoMVC - stapes, Mark all as completed, complete all checkbox should update state when items are completed / cleared -- error: Cannot call method 'click' of undefined
(1046 of 1624) known issue: TodoMVC - stapes, Item, should allow me to mark items as complete -- error: Cannot call method 'click' of undefined
(1047 of 1624) known issue: TodoMVC - stapes, Item, should allow me to un-mark items as complete -- error: Cannot call method 'click' of undefined
(1048 of 1624) known issue: TodoMVC - stapes, Item, should allow me to edit an item -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1049 of 1624) pass: TodoMVC - stapes, Item, should show the remove button on hover
(1050 of 1624) known issue: TodoMVC - stapes, Editing, should hide other controls when editing -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1051 of 1624) known issue: TodoMVC - stapes, Editing, should save edits on enter -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1052 of 1624) known issue: TodoMVC - stapes, Editing, should save edits on blur -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1053 of 1624) known issue: TodoMVC - stapes, Editing, should trim entered text -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1054 of 1624) known issue: TodoMVC - stapes, Editing, should remove the item if an empty text string was entered -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1055 of 1624) known issue: TodoMVC - stapes, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1056 of 1624) known issue: TodoMVC - stapes, Counter, should display the current number of todo items -- error: the item count text was incorrect
(1057 of 1624) known issue: TodoMVC - stapes, Clear completed button, should display the number of completed items -- error: Cannot call method 'click' of undefined
(1058 of 1624) known issue: TodoMVC - stapes, Clear completed button, should remove completed items when clicked -- error: Cannot call method 'click' of undefined
(1059 of 1624) known issue: TodoMVC - stapes, Clear completed button, should be hidden when there are no items that are completed -- error: Cannot call method 'click' of undefined
(1060 of 1624) known issue: TodoMVC - stapes, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(1061 of 1624) known issue: TodoMVC - stapes, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(1062 of 1624) known issue: TodoMVC - stapes, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(1063 of 1624) known issue: TodoMVC - stapes, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(1064 of 1624) pass: TodoMVC - stapes, Routing, should highlight the currently applied filter
(1065 of 1624) pass: TodoMVC - thorax, No Todos, should hide #main and #footer
(1066 of 1624) pass: TodoMVC - thorax, New Todo, should allow me to add todo items
(1067 of 1624) pass: TodoMVC - thorax, New Todo, should clear text input field when an item is added
(1068 of 1624) pass: TodoMVC - thorax, New Todo, should append new items to the bottom of the list
(1069 of 1624) pass: TodoMVC - thorax, New Todo, should trim text input
(1070 of 1624) pass: TodoMVC - thorax, New Todo, should show #main and #footer when items added
(1071 of 1624) pass: TodoMVC - thorax, Mark all as completed, should allow me to mark all items as completed
(1072 of 1624) pass: TodoMVC - thorax, Mark all as completed, should allow me to clear the completion state of all items
(1073 of 1624) pass: TodoMVC - thorax, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1074 of 1624) pass: TodoMVC - thorax, Item, should allow me to mark items as complete
(1075 of 1624) pass: TodoMVC - thorax, Item, should allow me to un-mark items as complete
(1076 of 1624) new issue: TodoMVC - thorax, Item, should allow me to edit an item
(1077 of 1624) pass: TodoMVC - thorax, Item, should show the remove button on hover
(1078 of 1624) pass: TodoMVC - thorax, Editing, should hide other controls when editing
(1079 of 1624) new issue: TodoMVC - thorax, Editing, should save edits on enter
(1080 of 1624) new issue: TodoMVC - thorax, Editing, should save edits on blur
(1081 of 1624) new issue: TodoMVC - thorax, Editing, should trim entered text
(1082 of 1624) new issue: TodoMVC - thorax, Editing, should remove the item if an empty text string was entered
(1083 of 1624) known issue: TodoMVC - thorax, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1084 of 1624) pass: TodoMVC - thorax, Counter, should display the current number of todo items
(1085 of 1624) pass: TodoMVC - thorax, Clear completed button, should display the number of completed items
(1086 of 1624) pass: TodoMVC - thorax, Clear completed button, should remove completed items when clicked
(1087 of 1624) pass: TodoMVC - thorax, Clear completed button, should be hidden when there are no items that are completed
(1088 of 1624) pass: TodoMVC - thorax, Routing, should allow me to display active items
(1089 of 1624) pass: TodoMVC - thorax, Routing, should respect the back button
(1090 of 1624) pass: TodoMVC - thorax, Routing, should allow me to display completed items
(1091 of 1624) pass: TodoMVC - thorax, Routing, should allow me to display all items
(1092 of 1624) pass: TodoMVC - thorax, Routing, should highlight the currently applied filter
(1093 of 1624) pass: TodoMVC - typescript-angular, No Todos, should hide #main and #footer
(1094 of 1624) pass: TodoMVC - typescript-angular, New Todo, should allow me to add todo items
(1095 of 1624) pass: TodoMVC - typescript-angular, New Todo, should clear text input field when an item is added
(1096 of 1624) pass: TodoMVC - typescript-angular, New Todo, should append new items to the bottom of the list
(1097 of 1624) pass: TodoMVC - typescript-angular, New Todo, should trim text input
(1098 of 1624) pass: TodoMVC - typescript-angular, New Todo, should show #main and #footer when items added
(1099 of 1624) resolved issue: TodoMVC - typescript-angular, Mark all as completed, should allow me to mark all items as completed
(1100 of 1624) resolved issue: TodoMVC - typescript-angular, Mark all as completed, should allow me to clear the completion state of all items
(1101 of 1624) resolved issue: TodoMVC - typescript-angular, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1102 of 1624) pass: TodoMVC - typescript-angular, Item, should allow me to mark items as complete
(1103 of 1624) pass: TodoMVC - typescript-angular, Item, should allow me to un-mark items as complete
(1104 of 1624) pass: TodoMVC - typescript-angular, Item, should allow me to edit an item
(1105 of 1624) pass: TodoMVC - typescript-angular, Item, should show the remove button on hover
(1106 of 1624) pass: TodoMVC - typescript-angular, Editing, should hide other controls when editing
(1107 of 1624) pass: TodoMVC - typescript-angular, Editing, should save edits on enter
(1108 of 1624) pass: TodoMVC - typescript-angular, Editing, should save edits on blur
(1109 of 1624) pass: TodoMVC - typescript-angular, Editing, should trim entered text
(1110 of 1624) pass: TodoMVC - typescript-angular, Editing, should remove the item if an empty text string was entered
(1111 of 1624) known issue: TodoMVC - typescript-angular, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1112 of 1624) pass: TodoMVC - typescript-angular, Counter, should display the current number of todo items
(1113 of 1624) pass: TodoMVC - typescript-angular, Clear completed button, should display the number of completed items
(1114 of 1624) pass: TodoMVC - typescript-angular, Clear completed button, should remove completed items when clicked
(1115 of 1624) pass: TodoMVC - typescript-angular, Clear completed button, should be hidden when there are no items that are completed
(1116 of 1624) pass: TodoMVC - typescript-angular, Routing, should allow me to display active items
(1117 of 1624) pass: TodoMVC - typescript-angular, Routing, should respect the back button
(1118 of 1624) pass: TodoMVC - typescript-angular, Routing, should allow me to display completed items
(1119 of 1624) pass: TodoMVC - typescript-angular, Routing, should allow me to display all items
(1120 of 1624) pass: TodoMVC - typescript-angular, Routing, should highlight the currently applied filter
(1121 of 1624) pass: TodoMVC - typescript-backbone, No Todos, should hide #main and #footer
(1122 of 1624) pass: TodoMVC - typescript-backbone, New Todo, should allow me to add todo items
(1123 of 1624) pass: TodoMVC - typescript-backbone, New Todo, should clear text input field when an item is added
(1124 of 1624) pass: TodoMVC - typescript-backbone, New Todo, should append new items to the bottom of the list
(1125 of 1624) resolved issue: TodoMVC - typescript-backbone, New Todo, should trim text input
(1126 of 1624) pass: TodoMVC - typescript-backbone, New Todo, should show #main and #footer when items added
(1127 of 1624) new issue: TodoMVC - typescript-backbone, Mark all as completed, should allow me to mark all items as completed
(1128 of 1624) pass: TodoMVC - typescript-backbone, Mark all as completed, should allow me to clear the completion state of all items
(1129 of 1624) pass: TodoMVC - typescript-backbone, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1130 of 1624) known issue: TodoMVC - typescript-backbone, Item, should allow me to mark items as complete -- error: the item at index 0 should have been marked as completed
(1131 of 1624) known issue: TodoMVC - typescript-backbone, Item, should allow me to un-mark items as complete -- error: the item at index 0 should have been marked as completed
(1132 of 1624) known issue: TodoMVC - typescript-backbone, Item, should allow me to edit an item -- error: A todo item with text 'buy some sausagesfeed the cat' was not expected
(1133 of 1624) pass: TodoMVC - typescript-backbone, Item, should show the remove button on hover
(1134 of 1624) pass: TodoMVC - typescript-backbone, Editing, should hide other controls when editing
(1135 of 1624) known issue: TodoMVC - typescript-backbone, Editing, should save edits on enter -- error: A todo item with text 'buy some sausagesfeed the cat' was not expected
(1136 of 1624) new issue: TodoMVC - typescript-backbone, Editing, should save edits on blur
(1137 of 1624) known issue: TodoMVC - typescript-backbone, Editing, should trim entered text -- error: A todo item with text 'buy some sausages feed the cat' was not expected
(1138 of 1624) known issue: TodoMVC - typescript-backbone, Editing, should remove the item if an empty text string was entered -- error: 2 items expected in the todo list, 3 items observed
(1139 of 1624) resolved issue: TodoMVC - typescript-backbone, Editing, should cancel edits on escape
(1140 of 1624) pass: TodoMVC - typescript-backbone, Counter, should display the current number of todo items
(1141 of 1624) pass: TodoMVC - typescript-backbone, Clear completed button, should display the number of completed items
(1142 of 1624) pass: TodoMVC - typescript-backbone, Clear completed button, should remove completed items when clicked
(1143 of 1624) pass: TodoMVC - typescript-backbone, Clear completed button, should be hidden when there are no items that are completed
(1144 of 1624) known issue: TodoMVC - typescript-backbone, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(1145 of 1624) known issue: TodoMVC - typescript-backbone, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(1146 of 1624) known issue: TodoMVC - typescript-backbone, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(1147 of 1624) known issue: TodoMVC - typescript-backbone, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(1148 of 1624) known issue: TodoMVC - typescript-backbone, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(1149 of 1624) pass: TodoMVC - vue, No Todos, should hide #main and #footer
(1150 of 1624) pass: TodoMVC - vue, New Todo, should allow me to add todo items
(1151 of 1624) pass: TodoMVC - vue, New Todo, should clear text input field when an item is added
(1152 of 1624) pass: TodoMVC - vue, New Todo, should append new items to the bottom of the list
(1153 of 1624) pass: TodoMVC - vue, New Todo, should trim text input
(1154 of 1624) pass: TodoMVC - vue, New Todo, should show #main and #footer when items added
(1155 of 1624) pass: TodoMVC - vue, Mark all as completed, should allow me to mark all items as completed
(1156 of 1624) pass: TodoMVC - vue, Mark all as completed, should allow me to clear the completion state of all items
(1157 of 1624) pass: TodoMVC - vue, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1158 of 1624) pass: TodoMVC - vue, Item, should allow me to mark items as complete
(1159 of 1624) pass: TodoMVC - vue, Item, should allow me to un-mark items as complete
(1160 of 1624) pass: TodoMVC - vue, Item, should allow me to edit an item
(1161 of 1624) pass: TodoMVC - vue, Item, should show the remove button on hover
(1162 of 1624) pass: TodoMVC - vue, Editing, should hide other controls when editing
(1163 of 1624) pass: TodoMVC - vue, Editing, should save edits on enter
(1164 of 1624) pass: TodoMVC - vue, Editing, should save edits on blur
(1165 of 1624) pass: TodoMVC - vue, Editing, should trim entered text
(1166 of 1624) pass: TodoMVC - vue, Editing, should remove the item if an empty text string was entered
(1167 of 1624) pass: TodoMVC - vue, Editing, should cancel edits on escape
(1168 of 1624) pass: TodoMVC - vue, Counter, should display the current number of todo items
(1169 of 1624) pass: TodoMVC - vue, Clear completed button, should display the number of completed items
(1170 of 1624) pass: TodoMVC - vue, Clear completed button, should remove completed items when clicked
(1171 of 1624) pass: TodoMVC - vue, Clear completed button, should be hidden when there are no items that are completed
(1172 of 1624) pass: TodoMVC - vue, Routing, should allow me to display active items
(1173 of 1624) pass: TodoMVC - vue, Routing, should respect the back button
(1174 of 1624) pass: TodoMVC - vue, Routing, should allow me to display completed items
(1175 of 1624) pass: TodoMVC - vue, Routing, should allow me to display all items
(1176 of 1624) pass: TodoMVC - vue, Routing, should highlight the currently applied filter
(1177 of 1624) new issue: TodoMVC - angularjs_require, No Todos, should hide #main and #footer
(1178 of 1624) new issue: TodoMVC - angularjs_require, New Todo, should allow me to add todo items
(1179 of 1624) pass: TodoMVC - angularjs_require, New Todo, should clear text input field when an item is added
(1180 of 1624) new issue: TodoMVC - angularjs_require, New Todo, should append new items to the bottom of the list
(1181 of 1624) new issue: TodoMVC - angularjs_require, New Todo, should trim text input
(1182 of 1624) new issue: TodoMVC - angularjs_require, New Todo, should show #main and #footer when items added
(1183 of 1624) known issue: TodoMVC - angularjs_require, Mark all as completed, should allow me to mark all items as completed -- error: element not visible
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1184 of 1624) known issue: TodoMVC - angularjs_require, Mark all as completed, should allow me to clear the completion state of all items -- error: the item at index 0 should not have been marked as completed
(1185 of 1624) known issue: TodoMVC - angularjs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared -- error: element not visible
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1186 of 1624) new issue: TodoMVC - angularjs_require, Item, should allow me to mark items as complete
(1187 of 1624) new issue: TodoMVC - angularjs_require, Item, should allow me to un-mark items as complete
(1188 of 1624) new issue: TodoMVC - angularjs_require, Item, should allow me to edit an item
(1189 of 1624) pass: TodoMVC - angularjs_require, Item, should show the remove button on hover
(1190 of 1624) new issue: TodoMVC - angularjs_require, Editing, should hide other controls when editing
(1191 of 1624) new issue: TodoMVC - angularjs_require, Editing, should save edits on enter
(1192 of 1624) new issue: TodoMVC - angularjs_require, Editing, should save edits on blur
(1193 of 1624) new issue: TodoMVC - angularjs_require, Editing, should trim entered text
(1194 of 1624) new issue: TodoMVC - angularjs_require, Editing, should remove the item if an empty text string was entered
(1195 of 1624) known issue: TodoMVC - angularjs_require, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1196 of 1624) new issue: TodoMVC - angularjs_require, Counter, should display the current number of todo items
(1197 of 1624) new issue: TodoMVC - angularjs_require, Clear completed button, should display the number of completed items
(1198 of 1624) new issue: TodoMVC - angularjs_require, Clear completed button, should remove completed items when clicked
(1199 of 1624) new issue: TodoMVC - angularjs_require, Clear completed button, should be hidden when there are no items that are completed
(1200 of 1624) new issue: TodoMVC - angularjs_require, Routing, should allow me to display active items
(1201 of 1624) new issue: TodoMVC - angularjs_require, Routing, should respect the back button
(1202 of 1624) new issue: TodoMVC - angularjs_require, Routing, should allow me to display completed items
(1203 of 1624) new issue: TodoMVC - angularjs_require, Routing, should allow me to display all items
(1204 of 1624) new issue: TodoMVC - angularjs_require, Routing, should highlight the currently applied filter
(1205 of 1624) pass: TodoMVC - backbone_marionette_require, No Todos, should hide #main and #footer
(1206 of 1624) new issue: TodoMVC - backbone_marionette_require, New Todo, should allow me to add todo items
(1207 of 1624) new issue: TodoMVC - backbone_marionette_require, New Todo, should clear text input field when an item is added
(1208 of 1624) new issue: TodoMVC - backbone_marionette_require, New Todo, should append new items to the bottom of the list
(1209 of 1624) new issue: TodoMVC - backbone_marionette_require, New Todo, should trim text input
(1210 of 1624) new issue: TodoMVC - backbone_marionette_require, New Todo, should show #main and #footer when items added
(1211 of 1624) new issue: TodoMVC - backbone_marionette_require, Mark all as completed, should allow me to mark all items as completed
(1212 of 1624) new issue: TodoMVC - backbone_marionette_require, Mark all as completed, should allow me to clear the completion state of all items
(1213 of 1624) new issue: TodoMVC - backbone_marionette_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1214 of 1624) new issue: TodoMVC - backbone_marionette_require, Item, should allow me to mark items as complete
(1215 of 1624) new issue: TodoMVC - backbone_marionette_require, Item, should allow me to un-mark items as complete
(1216 of 1624) new issue: TodoMVC - backbone_marionette_require, Item, should allow me to edit an item
(1217 of 1624) pass: TodoMVC - backbone_marionette_require, Item, should show the remove button on hover
(1218 of 1624) new issue: TodoMVC - backbone_marionette_require, Editing, should hide other controls when editing
(1219 of 1624) new issue: TodoMVC - backbone_marionette_require, Editing, should save edits on enter
(1220 of 1624) new issue: TodoMVC - backbone_marionette_require, Editing, should save edits on blur
(1221 of 1624) new issue: TodoMVC - backbone_marionette_require, Editing, should trim entered text
(1222 of 1624) new issue: TodoMVC - backbone_marionette_require, Editing, should remove the item if an empty text string was entered
(1223 of 1624) known issue: TodoMVC - backbone_marionette_require, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1224 of 1624) new issue: TodoMVC - backbone_marionette_require, Counter, should display the current number of todo items
(1225 of 1624) new issue: TodoMVC - backbone_marionette_require, Clear completed button, should display the number of completed items
(1226 of 1624) new issue: TodoMVC - backbone_marionette_require, Clear completed button, should remove completed items when clicked
(1227 of 1624) new issue: TodoMVC - backbone_marionette_require, Clear completed button, should be hidden when there are no items that are completed
(1228 of 1624) new issue: TodoMVC - backbone_marionette_require, Routing, should allow me to display active items
(1229 of 1624) new issue: TodoMVC - backbone_marionette_require, Routing, should respect the back button
(1230 of 1624) new issue: TodoMVC - backbone_marionette_require, Routing, should allow me to display completed items
(1231 of 1624) new issue: TodoMVC - backbone_marionette_require, Routing, should allow me to display all items
(1232 of 1624) new issue: TodoMVC - backbone_marionette_require, Routing, should highlight the currently applied filter
(1233 of 1624) pass: TodoMVC - canjs_require, No Todos, should hide #main and #footer
(1234 of 1624) new issue: TodoMVC - canjs_require, New Todo, should allow me to add todo items
(1235 of 1624) new issue: TodoMVC - canjs_require, New Todo, should clear text input field when an item is added
(1236 of 1624) pass: TodoMVC - canjs_require, New Todo, should append new items to the bottom of the list
(1237 of 1624) new issue: TodoMVC - canjs_require, New Todo, should trim text input
(1238 of 1624) new issue: TodoMVC - canjs_require, New Todo, should show #main and #footer when items added
(1239 of 1624) new issue: TodoMVC - canjs_require, Mark all as completed, should allow me to mark all items as completed
(1240 of 1624) new issue: TodoMVC - canjs_require, Mark all as completed, should allow me to clear the completion state of all items
(1241 of 1624) new issue: TodoMVC - canjs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1242 of 1624) new issue: TodoMVC - canjs_require, Item, should allow me to mark items as complete
(1243 of 1624) new issue: TodoMVC - canjs_require, Item, should allow me to un-mark items as complete
(1244 of 1624) new issue: TodoMVC - canjs_require, Item, should allow me to edit an item
(1245 of 1624) pass: TodoMVC - canjs_require, Item, should show the remove button on hover
(1246 of 1624) new issue: TodoMVC - canjs_require, Editing, should hide other controls when editing
(1247 of 1624) new issue: TodoMVC - canjs_require, Editing, should save edits on enter
(1248 of 1624) new issue: TodoMVC - canjs_require, Editing, should save edits on blur
(1249 of 1624) new issue: TodoMVC - canjs_require, Editing, should trim entered text
(1250 of 1624) new issue: TodoMVC - canjs_require, Editing, should remove the item if an empty text string was entered
(1251 of 1624) new issue: TodoMVC - canjs_require, Editing, should cancel edits on escape
(1252 of 1624) new issue: TodoMVC - canjs_require, Counter, should display the current number of todo items
(1253 of 1624) new issue: TodoMVC - canjs_require, Clear completed button, should display the number of completed items
(1254 of 1624) new issue: TodoMVC - canjs_require, Clear completed button, should remove completed items when clicked
(1255 of 1624) new issue: TodoMVC - canjs_require, Clear completed button, should be hidden when there are no items that are completed
(1256 of 1624) new issue: TodoMVC - canjs_require, Routing, should allow me to display active items
(1257 of 1624) new issue: TodoMVC - canjs_require, Routing, should respect the back button
(1258 of 1624) new issue: TodoMVC - canjs_require, Routing, should allow me to display completed items
(1259 of 1624) new issue: TodoMVC - canjs_require, Routing, should allow me to display all items
(1260 of 1624) new issue: TodoMVC - canjs_require, Routing, should highlight the currently applied filter
(1261 of 1624) known issue: TodoMVC - chaplin-brunch, No Todos, should hide #main and #footer -- error: the main element should be hidden
(1262 of 1624) pass: TodoMVC - chaplin-brunch, New Todo, should allow me to add todo items
(1263 of 1624) pass: TodoMVC - chaplin-brunch, New Todo, should clear text input field when an item is added
(1264 of 1624) pass: TodoMVC - chaplin-brunch, New Todo, should append new items to the bottom of the list
(1265 of 1624) pass: TodoMVC - chaplin-brunch, New Todo, should trim text input
(1266 of 1624) pass: TodoMVC - chaplin-brunch, New Todo, should show #main and #footer when items added
(1267 of 1624) known issue: TodoMVC - chaplin-brunch, Mark all as completed, should allow me to mark all items as completed -- error: the item at index 0 should have been marked as completed
(1268 of 1624) pass: TodoMVC - chaplin-brunch, Mark all as completed, should allow me to clear the completion state of all items
(1269 of 1624) known issue: TodoMVC - chaplin-brunch, Mark all as completed, complete all checkbox should update state when items are completed / cleared -- error: the mark-all-completed checkbox should be checked
(1270 of 1624) known issue: TodoMVC - chaplin-brunch, Item, should allow me to mark items as complete -- error: the item at index 0 should have been marked as completed
(1271 of 1624) known issue: TodoMVC - chaplin-brunch, Item, should allow me to un-mark items as complete -- error: the item at index 0 should have been marked as completed
(1272 of 1624) known issue: TodoMVC - chaplin-brunch, Item, should allow me to edit an item -- error: A todo item with text 'buy some sausagesfeed the cat' was not expected
(1273 of 1624) pass: TodoMVC - chaplin-brunch, Item, should show the remove button on hover
(1274 of 1624) pass: TodoMVC - chaplin-brunch, Editing, should hide other controls when editing
(1275 of 1624) known issue: TodoMVC - chaplin-brunch, Editing, should save edits on enter -- error: A todo item with text 'buy some sausagesfeed the cat' was not expected
(1276 of 1624) known issue: TodoMVC - chaplin-brunch, Editing, should save edits on blur -- error: A todo item with text 'buy some sausagesfeed the cat' was not expected
(1277 of 1624) known issue: TodoMVC - chaplin-brunch, Editing, should trim entered text -- error: A todo item with text 'buy some sausages feed the cat' was not expected
(1278 of 1624) known issue: TodoMVC - chaplin-brunch, Editing, should remove the item if an empty text string was entered -- error: 2 items expected in the todo list, 3 items observed
(1279 of 1624) known issue: TodoMVC - chaplin-brunch, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1280 of 1624) pass: TodoMVC - chaplin-brunch, Counter, should display the current number of todo items
(1281 of 1624) pass: TodoMVC - chaplin-brunch, Clear completed button, should display the number of completed items
(1282 of 1624) pass: TodoMVC - chaplin-brunch, Clear completed button, should remove completed items when clicked
(1283 of 1624) pass: TodoMVC - chaplin-brunch, Clear completed button, should be hidden when there are no items that are completed
(1284 of 1624) pass: TodoMVC - chaplin-brunch, Routing, should allow me to display active items
(1285 of 1624) pass: TodoMVC - chaplin-brunch, Routing, should respect the back button
(1286 of 1624) pass: TodoMVC - chaplin-brunch, Routing, should allow me to display completed items
(1287 of 1624) pass: TodoMVC - chaplin-brunch, Routing, should allow me to display all items
(1288 of 1624) pass: TodoMVC - chaplin-brunch, Routing, should highlight the currently applied filter
(1289 of 1624) pass: TodoMVC - durandal, No Todos, should hide #main and #footer
(1290 of 1624) new issue: TodoMVC - durandal, New Todo, should allow me to add todo items
(1291 of 1624) new issue: TodoMVC - durandal, New Todo, should clear text input field when an item is added
(1292 of 1624) new issue: TodoMVC - durandal, New Todo, should append new items to the bottom of the list
(1293 of 1624) new issue: TodoMVC - durandal, New Todo, should trim text input
(1294 of 1624) new issue: TodoMVC - durandal, New Todo, should show #main and #footer when items added
(1295 of 1624) new issue: TodoMVC - durandal, Mark all as completed, should allow me to mark all items as completed
(1296 of 1624) new issue: TodoMVC - durandal, Mark all as completed, should allow me to clear the completion state of all items
(1297 of 1624) new issue: TodoMVC - durandal, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1298 of 1624) new issue: TodoMVC - durandal, Item, should allow me to mark items as complete
(1299 of 1624) new issue: TodoMVC - durandal, Item, should allow me to un-mark items as complete
(1300 of 1624) new issue: TodoMVC - durandal, Item, should allow me to edit an item
(1301 of 1624) pass: TodoMVC - durandal, Item, should show the remove button on hover
(1302 of 1624) new issue: TodoMVC - durandal, Editing, should hide other controls when editing
(1303 of 1624) new issue: TodoMVC - durandal, Editing, should save edits on enter
(1304 of 1624) new issue: TodoMVC - durandal, Editing, should save edits on blur
(1305 of 1624) new issue: TodoMVC - durandal, Editing, should trim entered text
(1306 of 1624) new issue: TodoMVC - durandal, Editing, should remove the item if an empty text string was entered
(1307 of 1624) new issue: TodoMVC - durandal, Editing, should cancel edits on escape
(1308 of 1624) new issue: TodoMVC - durandal, Counter, should display the current number of todo items
(1309 of 1624) new issue: TodoMVC - durandal, Clear completed button, should display the number of completed items
(1310 of 1624) new issue: TodoMVC - durandal, Clear completed button, should remove completed items when clicked
(1311 of 1624) new issue: TodoMVC - durandal, Clear completed button, should be hidden when there are no items that are completed
(1312 of 1624) known issue: TodoMVC - durandal, Routing, should allow me to display active items -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1313 of 1624) new issue: TodoMVC - durandal, Routing, should respect the back button
(1314 of 1624) known issue: TodoMVC - durandal, Routing, should allow me to display completed items -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1315 of 1624) known issue: TodoMVC - durandal, Routing, should allow me to display all items -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1316 of 1624) known issue: TodoMVC - durandal, Routing, should highlight the currently applied filter -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1317 of 1624) pass: TodoMVC - enyo_backbone, No Todos, should hide #main and #footer
(1318 of 1624) pass: TodoMVC - enyo_backbone, New Todo, should allow me to add todo items
(1319 of 1624) pass: TodoMVC - enyo_backbone, New Todo, should clear text input field when an item is added
(1320 of 1624) pass: TodoMVC - enyo_backbone, New Todo, should append new items to the bottom of the list
(1321 of 1624) pass: TodoMVC - enyo_backbone, New Todo, should trim text input
(1322 of 1624) pass: TodoMVC - enyo_backbone, New Todo, should show #main and #footer when items added
(1323 of 1624) pass: TodoMVC - enyo_backbone, Mark all as completed, should allow me to mark all items as completed
(1324 of 1624) pass: TodoMVC - enyo_backbone, Mark all as completed, should allow me to clear the completion state of all items
(1325 of 1624) pass: TodoMVC - enyo_backbone, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1326 of 1624) pass: TodoMVC - enyo_backbone, Item, should allow me to mark items as complete
(1327 of 1624) pass: TodoMVC - enyo_backbone, Item, should allow me to un-mark items as complete
(1328 of 1624) new issue: TodoMVC - enyo_backbone, Item, should allow me to edit an item
(1329 of 1624) pass: TodoMVC - enyo_backbone, Item, should show the remove button on hover
(1330 of 1624) pass: TodoMVC - enyo_backbone, Editing, should hide other controls when editing
(1331 of 1624) new issue: TodoMVC - enyo_backbone, Editing, should save edits on enter
(1332 of 1624) new issue: TodoMVC - enyo_backbone, Editing, should save edits on blur
(1333 of 1624) new issue: TodoMVC - enyo_backbone, Editing, should trim entered text
(1334 of 1624) new issue: TodoMVC - enyo_backbone, Editing, should remove the item if an empty text string was entered
(1335 of 1624) pass: TodoMVC - enyo_backbone, Editing, should cancel edits on escape
(1336 of 1624) pass: TodoMVC - enyo_backbone, Counter, should display the current number of todo items
(1337 of 1624) pass: TodoMVC - enyo_backbone, Clear completed button, should display the number of completed items
(1338 of 1624) pass: TodoMVC - enyo_backbone, Clear completed button, should remove completed items when clicked
(1339 of 1624) pass: TodoMVC - enyo_backbone, Clear completed button, should be hidden when there are no items that are completed
(1340 of 1624) pass: TodoMVC - enyo_backbone, Routing, should allow me to display active items
(1341 of 1624) pass: TodoMVC - enyo_backbone, Routing, should respect the back button
(1342 of 1624) pass: TodoMVC - enyo_backbone, Routing, should allow me to display completed items
(1343 of 1624) pass: TodoMVC - enyo_backbone, Routing, should allow me to display all items
(1344 of 1624) pass: TodoMVC - enyo_backbone, Routing, should highlight the currently applied filter
(1345 of 1624) new issue: TodoMVC - flight, No Todos, should hide #main and #footer
(1346 of 1624) new issue: TodoMVC - flight, New Todo, should allow me to add todo items
(1347 of 1624) pass: TodoMVC - flight, New Todo, should clear text input field when an item is added
(1348 of 1624) new issue: TodoMVC - flight, New Todo, should append new items to the bottom of the list
(1349 of 1624) new issue: TodoMVC - flight, New Todo, should trim text input
(1350 of 1624) pass: TodoMVC - flight, New Todo, should show #main and #footer when items added
(1351 of 1624) new issue: TodoMVC - flight, Mark all as completed, should allow me to mark all items as completed
(1352 of 1624) new issue: TodoMVC - flight, Mark all as completed, should allow me to clear the completion state of all items
(1353 of 1624) new issue: TodoMVC - flight, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1354 of 1624) new issue: TodoMVC - flight, Item, should allow me to mark items as complete
(1355 of 1624) pass: TodoMVC - flight, Item, should allow me to un-mark items as complete
(1356 of 1624) new issue: TodoMVC - flight, Item, should allow me to edit an item
(1357 of 1624) pass: TodoMVC - flight, Item, should show the remove button on hover
(1358 of 1624) new issue: TodoMVC - flight, Editing, should hide other controls when editing
(1359 of 1624) new issue: TodoMVC - flight, Editing, should save edits on enter
(1360 of 1624) new issue: TodoMVC - flight, Editing, should save edits on blur
(1361 of 1624) new issue: TodoMVC - flight, Editing, should trim entered text
(1362 of 1624) new issue: TodoMVC - flight, Editing, should remove the item if an empty text string was entered
(1363 of 1624) known issue: TodoMVC - flight, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1364 of 1624) new issue: TodoMVC - flight, Counter, should display the current number of todo items
(1365 of 1624) new issue: TodoMVC - flight, Clear completed button, should display the number of completed items
(1366 of 1624) new issue: TodoMVC - flight, Clear completed button, should remove completed items when clicked
(1367 of 1624) new issue: TodoMVC - flight, Clear completed button, should be hidden when there are no items that are completed
(1368 of 1624) new issue: TodoMVC - flight, Routing, should allow me to display active items
(1369 of 1624) known issue: TodoMVC - flight, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(1370 of 1624) new issue: TodoMVC - flight, Routing, should allow me to display completed items
(1371 of 1624) new issue: TodoMVC - flight, Routing, should allow me to display all items
(1372 of 1624) new issue: TodoMVC - flight, Routing, should highlight the currently applied filter
(1373 of 1624) new issue: TodoMVC - knockoutjs_require, No Todos, should hide #main and #footer
(1374 of 1624) pass: TodoMVC - knockoutjs_require, New Todo, should allow me to add todo items
(1375 of 1624) pass: TodoMVC - knockoutjs_require, New Todo, should clear text input field when an item is added
(1376 of 1624) new issue: TodoMVC - knockoutjs_require, New Todo, should append new items to the bottom of the list
(1377 of 1624) new issue: TodoMVC - knockoutjs_require, New Todo, should trim text input
(1378 of 1624) pass: TodoMVC - knockoutjs_require, New Todo, should show #main and #footer when items added
(1379 of 1624) pass: TodoMVC - knockoutjs_require, Mark all as completed, should allow me to mark all items as completed
(1380 of 1624) pass: TodoMVC - knockoutjs_require, Mark all as completed, should allow me to clear the completion state of all items
(1381 of 1624) pass: TodoMVC - knockoutjs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1382 of 1624) pass: TodoMVC - knockoutjs_require, Item, should allow me to mark items as complete
(1383 of 1624) pass: TodoMVC - knockoutjs_require, Item, should allow me to un-mark items as complete
(1384 of 1624) new issue: TodoMVC - knockoutjs_require, Item, should allow me to edit an item
(1385 of 1624) pass: TodoMVC - knockoutjs_require, Item, should show the remove button on hover
(1386 of 1624) pass: TodoMVC - knockoutjs_require, Editing, should hide other controls when editing
(1387 of 1624) new issue: TodoMVC - knockoutjs_require, Editing, should save edits on enter
(1388 of 1624) pass: TodoMVC - knockoutjs_require, Editing, should save edits on blur
(1389 of 1624) pass: TodoMVC - knockoutjs_require, Editing, should trim entered text
(1390 of 1624) new issue: TodoMVC - knockoutjs_require, Editing, should remove the item if an empty text string was entered
(1391 of 1624) known issue: TodoMVC - knockoutjs_require, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1392 of 1624) pass: TodoMVC - knockoutjs_require, Counter, should display the current number of todo items
(1393 of 1624) pass: TodoMVC - knockoutjs_require, Clear completed button, should display the number of completed items
(1394 of 1624) pass: TodoMVC - knockoutjs_require, Clear completed button, should remove completed items when clicked
(1395 of 1624) pass: TodoMVC - knockoutjs_require, Clear completed button, should be hidden when there are no items that are completed
(1396 of 1624) known issue: TodoMVC - knockoutjs_require, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(1397 of 1624) known issue: TodoMVC - knockoutjs_require, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(1398 of 1624) known issue: TodoMVC - knockoutjs_require, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(1399 of 1624) known issue: TodoMVC - knockoutjs_require, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(1400 of 1624) known issue: TodoMVC - knockoutjs_require, Routing, should highlight the currently applied filter -- error: Cannot call method 'getAttribute' of undefined
(1401 of 1624) pass: TodoMVC - lavaca_require, No Todos, should hide #main and #footer
(1402 of 1624) new issue: TodoMVC - lavaca_require, New Todo, should allow me to add todo items
(1403 of 1624) new issue: TodoMVC - lavaca_require, New Todo, should clear text input field when an item is added
(1404 of 1624) new issue: TodoMVC - lavaca_require, New Todo, should append new items to the bottom of the list
(1405 of 1624) new issue: TodoMVC - lavaca_require, New Todo, should trim text input
(1406 of 1624) new issue: TodoMVC - lavaca_require, New Todo, should show #main and #footer when items added
(1407 of 1624) new issue: TodoMVC - lavaca_require, Mark all as completed, should allow me to mark all items as completed
(1408 of 1624) new issue: TodoMVC - lavaca_require, Mark all as completed, should allow me to clear the completion state of all items
(1409 of 1624) new issue: TodoMVC - lavaca_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1410 of 1624) new issue: TodoMVC - lavaca_require, Item, should allow me to mark items as complete
(1411 of 1624) new issue: TodoMVC - lavaca_require, Item, should allow me to un-mark items as complete
(1412 of 1624) new issue: TodoMVC - lavaca_require, Item, should allow me to edit an item
(1413 of 1624) pass: TodoMVC - lavaca_require, Item, should show the remove button on hover
(1414 of 1624) new issue: TodoMVC - lavaca_require, Editing, should hide other controls when editing
(1415 of 1624) new issue: TodoMVC - lavaca_require, Editing, should save edits on enter
(1416 of 1624) new issue: TodoMVC - lavaca_require, Editing, should save edits on blur
(1417 of 1624) new issue: TodoMVC - lavaca_require, Editing, should trim entered text
(1418 of 1624) new issue: TodoMVC - lavaca_require, Editing, should remove the item if an empty text string was entered
(1419 of 1624) new issue: TodoMVC - lavaca_require, Editing, should cancel edits on escape
(1420 of 1624) new issue: TodoMVC - lavaca_require, Counter, should display the current number of todo items
(1421 of 1624) new issue: TodoMVC - lavaca_require, Clear completed button, should display the number of completed items
(1422 of 1624) new issue: TodoMVC - lavaca_require, Clear completed button, should remove completed items when clicked
(1423 of 1624) new issue: TodoMVC - lavaca_require, Clear completed button, should be hidden when there are no items that are completed
(1424 of 1624) new issue: TodoMVC - lavaca_require, Routing, should allow me to display active items
(1425 of 1624) known issue: TodoMVC - lavaca_require, Routing, should respect the back button -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1426 of 1624) new issue: TodoMVC - lavaca_require, Routing, should allow me to display completed items
(1427 of 1624) new issue: TodoMVC - lavaca_require, Routing, should allow me to display all items
(1428 of 1624) new issue: TodoMVC - lavaca_require, Routing, should highlight the currently applied filter
(1429 of 1624) new issue: TodoMVC - somajs_require, No Todos, should hide #main and #footer
(1430 of 1624) new issue: TodoMVC - somajs_require, New Todo, should allow me to add todo items
(1431 of 1624) pass: TodoMVC - somajs_require, New Todo, should clear text input field when an item is added
(1432 of 1624) pass: TodoMVC - somajs_require, New Todo, should append new items to the bottom of the list
(1433 of 1624) new issue: TodoMVC - somajs_require, New Todo, should trim text input
(1434 of 1624) pass: TodoMVC - somajs_require, New Todo, should show #main and #footer when items added
(1435 of 1624) pass: TodoMVC - somajs_require, Mark all as completed, should allow me to mark all items as completed
(1436 of 1624) pass: TodoMVC - somajs_require, Mark all as completed, should allow me to clear the completion state of all items
(1437 of 1624) pass: TodoMVC - somajs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1438 of 1624) new issue: TodoMVC - somajs_require, Item, should allow me to mark items as complete
(1439 of 1624) new issue: TodoMVC - somajs_require, Item, should allow me to un-mark items as complete
(1440 of 1624) pass: TodoMVC - somajs_require, Item, should allow me to edit an item
(1441 of 1624) pass: TodoMVC - somajs_require, Item, should show the remove button on hover
(1442 of 1624) pass: TodoMVC - somajs_require, Editing, should hide other controls when editing
(1443 of 1624) pass: TodoMVC - somajs_require, Editing, should save edits on enter
(1444 of 1624) pass: TodoMVC - somajs_require, Editing, should save edits on blur
(1445 of 1624) pass: TodoMVC - somajs_require, Editing, should trim entered text
(1446 of 1624) known issue: TodoMVC - somajs_require, Editing, should remove the item if an empty text string was entered -- error: 2 items expected in the todo list, 0 items observed
(1447 of 1624) known issue: TodoMVC - somajs_require, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1448 of 1624) pass: TodoMVC - somajs_require, Counter, should display the current number of todo items
(1449 of 1624) pass: TodoMVC - somajs_require, Clear completed button, should display the number of completed items
(1450 of 1624) pass: TodoMVC - somajs_require, Clear completed button, should remove completed items when clicked
(1451 of 1624) pass: TodoMVC - somajs_require, Clear completed button, should be hidden when there are no items that are completed
(1452 of 1624) pass: TodoMVC - somajs_require, Routing, should allow me to display active items
(1453 of 1624) resolved issue: TodoMVC - somajs_require, Routing, should respect the back button
(1454 of 1624) pass: TodoMVC - somajs_require, Routing, should allow me to display completed items
(1455 of 1624) pass: TodoMVC - somajs_require, Routing, should allow me to display all items
(1456 of 1624) pass: TodoMVC - somajs_require, Routing, should highlight the currently applied filter
(1457 of 1624) known issue: TodoMVC - stapes_require, No Todos, should hide #main and #footer -- error: the main element should be hidden
(1458 of 1624) known issue: TodoMVC - stapes_require, New Todo, should allow me to add todo items -- error: 1 items expected in the todo list, 0 items observed
(1459 of 1624) pass: TodoMVC - stapes_require, New Todo, should clear text input field when an item is added
(1460 of 1624) known issue: TodoMVC - stapes_require, New Todo, should append new items to the bottom of the list -- error: 3 items expected in the todo list, 0 items observed
(1461 of 1624) known issue: TodoMVC - stapes_require, New Todo, should trim text input -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1462 of 1624) pass: TodoMVC - stapes_require, New Todo, should show #main and #footer when items added
(1463 of 1624) known issue: TodoMVC - stapes_require, Mark all as completed, should allow me to mark all items as completed -- error: Cannot call method 'getAttribute' of undefined
(1464 of 1624) known issue: TodoMVC - stapes_require, Mark all as completed, should allow me to clear the completion state of all items -- error: Cannot call method 'getAttribute' of undefined
(1465 of 1624) known issue: TodoMVC - stapes_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared -- error: Cannot call method 'click' of undefined
(1466 of 1624) known issue: TodoMVC - stapes_require, Item, should allow me to mark items as complete -- error: Cannot call method 'click' of undefined
(1467 of 1624) known issue: TodoMVC - stapes_require, Item, should allow me to un-mark items as complete -- error: Cannot call method 'click' of undefined
(1468 of 1624) known issue: TodoMVC - stapes_require, Item, should allow me to edit an item -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1469 of 1624) pass: TodoMVC - stapes_require, Item, should show the remove button on hover
(1470 of 1624) known issue: TodoMVC - stapes_require, Editing, should hide other controls when editing -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1471 of 1624) known issue: TodoMVC - stapes_require, Editing, should save edits on enter -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1472 of 1624) known issue: TodoMVC - stapes_require, Editing, should save edits on blur -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1473 of 1624) known issue: TodoMVC - stapes_require, Editing, should trim entered text -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1474 of 1624) known issue: TodoMVC - stapes_require, Editing, should remove the item if an empty text string was entered -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1475 of 1624) known issue: TodoMVC - stapes_require, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1476 of 1624) known issue: TodoMVC - stapes_require, Counter, should display the current number of todo items -- error: the item count text was incorrect
(1477 of 1624) known issue: TodoMVC - stapes_require, Clear completed button, should display the number of completed items -- error: Cannot call method 'click' of undefined
(1478 of 1624) known issue: TodoMVC - stapes_require, Clear completed button, should remove completed items when clicked -- error: Cannot call method 'click' of undefined
(1479 of 1624) known issue: TodoMVC - stapes_require, Clear completed button, should be hidden when there are no items that are completed -- error: Cannot call method 'click' of undefined
(1480 of 1624) known issue: TodoMVC - stapes_require, Routing, should allow me to display active items -- error: Cannot call method 'click' of undefined
(1481 of 1624) known issue: TodoMVC - stapes_require, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(1482 of 1624) known issue: TodoMVC - stapes_require, Routing, should allow me to display completed items -- error: Cannot call method 'click' of undefined
(1483 of 1624) known issue: TodoMVC - stapes_require, Routing, should allow me to display all items -- error: Cannot call method 'click' of undefined
(1484 of 1624) pass: TodoMVC - stapes_require, Routing, should highlight the currently applied filter
(1485 of 1624) pass: TodoMVC - thorax_lumbar, No Todos, should hide #main and #footer
(1486 of 1624) pass: TodoMVC - thorax_lumbar, New Todo, should allow me to add todo items
(1487 of 1624) pass: TodoMVC - thorax_lumbar, New Todo, should clear text input field when an item is added
(1488 of 1624) pass: TodoMVC - thorax_lumbar, New Todo, should append new items to the bottom of the list
(1489 of 1624) pass: TodoMVC - thorax_lumbar, New Todo, should trim text input
(1490 of 1624) pass: TodoMVC - thorax_lumbar, New Todo, should show #main and #footer when items added
(1491 of 1624) pass: TodoMVC - thorax_lumbar, Mark all as completed, should allow me to mark all items as completed
(1492 of 1624) pass: TodoMVC - thorax_lumbar, Mark all as completed, should allow me to clear the completion state of all items
(1493 of 1624) pass: TodoMVC - thorax_lumbar, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1494 of 1624) pass: TodoMVC - thorax_lumbar, Item, should allow me to mark items as complete
(1495 of 1624) pass: TodoMVC - thorax_lumbar, Item, should allow me to un-mark items as complete
(1496 of 1624) new issue: TodoMVC - thorax_lumbar, Item, should allow me to edit an item
(1497 of 1624) pass: TodoMVC - thorax_lumbar, Item, should show the remove button on hover
(1498 of 1624) pass: TodoMVC - thorax_lumbar, Editing, should hide other controls when editing
(1499 of 1624) new issue: TodoMVC - thorax_lumbar, Editing, should save edits on enter
(1500 of 1624) new issue: TodoMVC - thorax_lumbar, Editing, should save edits on blur
(1501 of 1624) new issue: TodoMVC - thorax_lumbar, Editing, should trim entered text
(1502 of 1624) new issue: TodoMVC - thorax_lumbar, Editing, should remove the item if an empty text string was entered
(1503 of 1624) known issue: TodoMVC - thorax_lumbar, Editing, should cancel edits on escape -- error: 3 items expected in the todo list, 2 items observed
(1504 of 1624) pass: TodoMVC - thorax_lumbar, Counter, should display the current number of todo items
(1505 of 1624) pass: TodoMVC - thorax_lumbar, Clear completed button, should display the number of completed items
(1506 of 1624) pass: TodoMVC - thorax_lumbar, Clear completed button, should remove completed items when clicked
(1507 of 1624) pass: TodoMVC - thorax_lumbar, Clear completed button, should be hidden when there are no items that are completed
(1508 of 1624) pass: TodoMVC - thorax_lumbar, Routing, should allow me to display active items
(1509 of 1624) pass: TodoMVC - thorax_lumbar, Routing, should respect the back button
(1510 of 1624) pass: TodoMVC - thorax_lumbar, Routing, should allow me to display completed items
(1511 of 1624) pass: TodoMVC - thorax_lumbar, Routing, should allow me to display all items
(1512 of 1624) pass: TodoMVC - thorax_lumbar, Routing, should highlight the currently applied filter
(1513 of 1624) pass: TodoMVC - troopjs, No Todos, should hide #main and #footer
(1514 of 1624) new issue: TodoMVC - troopjs, New Todo, should allow me to add todo items
(1515 of 1624) pass: TodoMVC - troopjs, New Todo, should clear text input field when an item is added
(1516 of 1624) new issue: TodoMVC - troopjs, New Todo, should append new items to the bottom of the list
(1517 of 1624) new issue: TodoMVC - troopjs, New Todo, should trim text input
(1518 of 1624) new issue: TodoMVC - troopjs, New Todo, should show #main and #footer when items added
(1519 of 1624) new issue: TodoMVC - troopjs, Mark all as completed, should allow me to mark all items as completed
(1520 of 1624) new issue: TodoMVC - troopjs, Mark all as completed, should allow me to clear the completion state of all items
(1521 of 1624) pass: TodoMVC - troopjs, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1522 of 1624) new issue: TodoMVC - troopjs, Item, should allow me to mark items as complete
(1523 of 1624) new issue: TodoMVC - troopjs, Item, should allow me to un-mark items as complete
(1524 of 1624) new issue: TodoMVC - troopjs, Item, should allow me to edit an item
(1525 of 1624) pass: TodoMVC - troopjs, Item, should show the remove button on hover
(1526 of 1624) new issue: TodoMVC - troopjs, Editing, should hide other controls when editing
(1527 of 1624) new issue: TodoMVC - troopjs, Editing, should save edits on enter
(1528 of 1624) new issue: TodoMVC - troopjs, Editing, should save edits on blur
(1529 of 1624) new issue: TodoMVC - troopjs, Editing, should trim entered text
(1530 of 1624) new issue: TodoMVC - troopjs, Editing, should remove the item if an empty text string was entered
(1531 of 1624) new issue: TodoMVC - troopjs, Editing, should cancel edits on escape
(1532 of 1624) new issue: TodoMVC - troopjs, Counter, should display the current number of todo items
(1533 of 1624) new issue: TodoMVC - troopjs, Clear completed button, should display the number of completed items
(1534 of 1624) new issue: TodoMVC - troopjs, Clear completed button, should remove completed items when clicked
(1535 of 1624) new issue: TodoMVC - troopjs, Clear completed button, should be hidden when there are no items that are completed
(1536 of 1624) new issue: TodoMVC - troopjs, Routing, should allow me to display active items
(1537 of 1624) new issue: TodoMVC - troopjs, Routing, should respect the back button
(1538 of 1624) new issue: TodoMVC - troopjs, Routing, should allow me to display completed items
(1539 of 1624) new issue: TodoMVC - troopjs, Routing, should allow me to display all items
(1540 of 1624) pass: TodoMVC - troopjs, Routing, should highlight the currently applied filter
(1541 of 1624) pass: TodoMVC - troopjs_require, No Todos, should hide #main and #footer
(1542 of 1624) new issue: TodoMVC - troopjs_require, New Todo, should allow me to add todo items
(1543 of 1624) pass: TodoMVC - troopjs_require, New Todo, should clear text input field when an item is added
(1544 of 1624) new issue: TodoMVC - troopjs_require, New Todo, should append new items to the bottom of the list
(1545 of 1624) new issue: TodoMVC - troopjs_require, New Todo, should trim text input
(1546 of 1624) new issue: TodoMVC - troopjs_require, New Todo, should show #main and #footer when items added
(1547 of 1624) new issue: TodoMVC - troopjs_require, Mark all as completed, should allow me to mark all items as completed
(1548 of 1624) new issue: TodoMVC - troopjs_require, Mark all as completed, should allow me to clear the completion state of all items
(1549 of 1624) pass: TodoMVC - troopjs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1550 of 1624) new issue: TodoMVC - troopjs_require, Item, should allow me to mark items as complete
(1551 of 1624) new issue: TodoMVC - troopjs_require, Item, should allow me to un-mark items as complete
(1552 of 1624) new issue: TodoMVC - troopjs_require, Item, should allow me to edit an item
(1553 of 1624) pass: TodoMVC - troopjs_require, Item, should show the remove button on hover
(1554 of 1624) new issue: TodoMVC - troopjs_require, Editing, should hide other controls when editing
(1555 of 1624) new issue: TodoMVC - troopjs_require, Editing, should save edits on enter
(1556 of 1624) new issue: TodoMVC - troopjs_require, Editing, should save edits on blur
(1557 of 1624) new issue: TodoMVC - troopjs_require, Editing, should trim entered text
(1558 of 1624) new issue: TodoMVC - troopjs_require, Editing, should remove the item if an empty text string was entered
(1559 of 1624) new issue: TodoMVC - troopjs_require, Editing, should cancel edits on escape
(1560 of 1624) new issue: TodoMVC - troopjs_require, Counter, should display the current number of todo items
(1561 of 1624) new issue: TodoMVC - troopjs_require, Clear completed button, should display the number of completed items
(1562 of 1624) new issue: TodoMVC - troopjs_require, Clear completed button, should remove completed items when clicked
(1563 of 1624) pass: TodoMVC - troopjs_require, Clear completed button, should be hidden when there are no items that are completed
(1564 of 1624) new issue: TodoMVC - troopjs_require, Routing, should allow me to display active items
(1565 of 1624) new issue: TodoMVC - troopjs_require, Routing, should respect the back button
(1566 of 1624) new issue: TodoMVC - troopjs_require, Routing, should allow me to display completed items
(1567 of 1624) new issue: TodoMVC - troopjs_require, Routing, should allow me to display all items
(1568 of 1624) pass: TodoMVC - troopjs_require, Routing, should highlight the currently applied filter
(1569 of 1624) new issue: TodoMVC - backbone_require, No Todos, should hide #main and #footer
(1570 of 1624) new issue: TodoMVC - backbone_require, New Todo, should allow me to add todo items
(1571 of 1624) pass: TodoMVC - backbone_require, New Todo, should clear text input field when an item is added
(1572 of 1624) new issue: TodoMVC - backbone_require, New Todo, should append new items to the bottom of the list
(1573 of 1624) new issue: TodoMVC - backbone_require, New Todo, should trim text input
(1574 of 1624) pass: TodoMVC - backbone_require, New Todo, should show #main and #footer when items added
(1575 of 1624) new issue: TodoMVC - backbone_require, Mark all as completed, should allow me to mark all items as completed
(1576 of 1624) new issue: TodoMVC - backbone_require, Mark all as completed, should allow me to clear the completion state of all items
(1577 of 1624) pass: TodoMVC - backbone_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1578 of 1624) new issue: TodoMVC - backbone_require, Item, should allow me to mark items as complete
(1579 of 1624) new issue: TodoMVC - backbone_require, Item, should allow me to un-mark items as complete
(1580 of 1624) new issue: TodoMVC - backbone_require, Item, should allow me to edit an item
(1581 of 1624) pass: TodoMVC - backbone_require, Item, should show the remove button on hover
(1582 of 1624) new issue: TodoMVC - backbone_require, Editing, should hide other controls when editing
(1583 of 1624) new issue: TodoMVC - backbone_require, Editing, should save edits on enter
(1584 of 1624) new issue: TodoMVC - backbone_require, Editing, should save edits on blur
(1585 of 1624) new issue: TodoMVC - backbone_require, Editing, should trim entered text
(1586 of 1624) new issue: TodoMVC - backbone_require, Editing, should remove the item if an empty text string was entered
(1587 of 1624) known issue: TodoMVC - backbone_require, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1588 of 1624) new issue: TodoMVC - backbone_require, Counter, should display the current number of todo items
(1589 of 1624) new issue: TodoMVC - backbone_require, Clear completed button, should display the number of completed items
(1590 of 1624) new issue: TodoMVC - backbone_require, Clear completed button, should remove completed items when clicked
(1591 of 1624) new issue: TodoMVC - backbone_require, Clear completed button, should be hidden when there are no items that are completed
(1592 of 1624) new issue: TodoMVC - backbone_require, Routing, should allow me to display active items
(1593 of 1624) new issue: TodoMVC - backbone_require, Routing, should respect the back button
(1594 of 1624) new issue: TodoMVC - backbone_require, Routing, should allow me to display completed items
(1595 of 1624) new issue: TodoMVC - backbone_require, Routing, should allow me to display all items
(1596 of 1624) pass: TodoMVC - backbone_require, Routing, should highlight the currently applied filter
(1597 of 1624) new issue: TodoMVC - flight, No Todos, should hide #main and #footer
(1598 of 1624) new issue: TodoMVC - flight, New Todo, should allow me to add todo items
(1599 of 1624) pass: TodoMVC - flight, New Todo, should clear text input field when an item is added
(1600 of 1624) new issue: TodoMVC - flight, New Todo, should append new items to the bottom of the list
(1601 of 1624) new issue: TodoMVC - flight, New Todo, should trim text input
(1602 of 1624) pass: TodoMVC - flight, New Todo, should show #main and #footer when items added
(1603 of 1624) new issue: TodoMVC - flight, Mark all as completed, should allow me to mark all items as completed
(1604 of 1624) new issue: TodoMVC - flight, Mark all as completed, should allow me to clear the completion state of all items
(1605 of 1624) new issue: TodoMVC - flight, Mark all as completed, complete all checkbox should update state when items are completed / cleared
(1606 of 1624) new issue: TodoMVC - flight, Item, should allow me to mark items as complete
(1607 of 1624) new issue: TodoMVC - flight, Item, should allow me to un-mark items as complete
(1608 of 1624) new issue: TodoMVC - flight, Item, should allow me to edit an item
(1609 of 1624) pass: TodoMVC - flight, Item, should show the remove button on hover
(1610 of 1624) new issue: TodoMVC - flight, Editing, should hide other controls when editing
(1611 of 1624) new issue: TodoMVC - flight, Editing, should save edits on enter
(1612 of 1624) new issue: TodoMVC - flight, Editing, should save edits on blur
(1613 of 1624) new issue: TodoMVC - flight, Editing, should trim entered text
(1614 of 1624) new issue: TodoMVC - flight, Editing, should remove the item if an empty text string was entered
(1615 of 1624) known issue: TodoMVC - flight, Editing, should cancel edits on escape -- error: no such element
(Session info: chrome=37.0.2062.120)
(Driver info: chromedriver=2.7.236900,platform=Windows NT 6.2 x86_64)
(1616 of 1624) new issue: TodoMVC - flight, Counter, should display the current number of todo items
(1617 of 1624) new issue: TodoMVC - flight, Clear completed button, should display the number of completed items
(1618 of 1624) new issue: TodoMVC - flight, Clear completed button, should remove completed items when clicked
(1619 of 1624) new issue: TodoMVC - flight, Clear completed button, should be hidden when there are no items that are completed
(1620 of 1624) new issue: TodoMVC - flight, Routing, should allow me to display active items
(1621 of 1624) known issue: TodoMVC - flight, Routing, should respect the back button -- error: Cannot call method 'click' of undefined
(1622 of 1624) new issue: TodoMVC - flight, Routing, should allow me to display completed items
(1623 of 1624) new issue: TodoMVC - flight, Routing, should allow me to display all items
(1624 of 1624) new issue: TodoMVC - flight, Routing, should highlight the currently applied filter
passed: 1135/1624
failed: 489/1624
new issues: 349
resolved issues: 19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment