Commit 689921b2 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Remove known issues regarding `chaplin-brunch`

These should be fixed since #832. Ref #1579
parent e01b44a4
module.exports = [
// see: https://github.com/tastejs/todomvc/issues/832
// chapling brunch does not mark items as completed via the completed CSS class
'TodoMVC - chaplin-brunch, No Todos, should hide #main and #footer',
'TodoMVC - chaplin-brunch, Mark all as completed, should allow me to mark all items as completed',
// jscs:disable
'TodoMVC - chaplin-brunch, Mark all as completed, complete all checkbox should update state when items are completed / cleared',
// jscs:enable
'TodoMVC - chaplin-brunch, Item, should allow me to mark items as complete',
'TodoMVC - chaplin-brunch, Item, should allow me to un-mark items as complete',
'TodoMVC - chaplin-brunch, Item, should allow me to edit an item',
// durandal routing is very very slow.
// see: https://github.com/tastejs/todomvc/issues/831
'TodoMVC - durandal, Routing, should allow me to display active items',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment