@@ -111,33 +111,57 @@ module.exports = [
111
111
'TodoMVC - dijon, Editing, should cancel edits on escape' ,
112
112
'TodoMVC - knockoutjs_require, Editing, should cancel edits on escape' ,
113
113
114
+ // all the following are covered by this issue:
115
+ // https://github.com/tastejs/todomvc/issues/856
116
+ 'TodoMVC - knockoutjs, Routing, should respect the back button' ,
117
+ 'TodoMVC - spine, Routing, should respect the back button' ,
118
+ 'TodoMVC - componentjs, Routing, should respect the back button' ,
119
+ 'TodoMVC - react, Routing, should respect the back button' ,
120
+ 'TodoMVC - serenadejs, Routing, should respect the back button' ,
121
+ 'TodoMVC - somajs, Routing, should respect the back button' ,
122
+ 'TodoMVC - flight, Routing, should respect the back button' ,
123
+ 'TodoMVC - lavaca_require, Routing, should respect the back button' ,
124
+ 'TodoMVC - somajs_require, Routing, should respect the back button' ,
125
+
114
126
// all the following are covered by this issue:
115
127
// https://github.com/tastejs/todomvc/issues/790
116
128
// these implementations filter the view rather than the model when routing
117
129
'TodoMVC - agilityjs, Routing, should allow me to display active items' ,
118
130
'TodoMVC - agilityjs, Routing, should allow me to display completed items' ,
131
+ 'TodoMVC - agilityjs, Routing, should respect the back button' ,
119
132
'TodoMVC - backbone, Routing, should allow me to display active items' ,
120
133
'TodoMVC - backbone, Routing, should allow me to display completed items' ,
134
+ 'TodoMVC - backbone, Routing, should respect the back button' ,
121
135
'TodoMVC - maria, Routing, should allow me to display active items' ,
122
136
'TodoMVC - maria, Routing, should allow me to display completed items' ,
137
+ 'TodoMVC - maria, Routing, should respect the back button' ,
123
138
'TodoMVC - dojo, Routing, should allow me to display active items' ,
124
139
'TodoMVC - dojo, Routing, should allow me to display completed items' ,
140
+ 'TodoMVC - dojo, Routing, should respect the back button' ,
125
141
'TodoMVC - atmajs, Routing, should allow me to display active items' ,
126
142
'TodoMVC - atmajs, Routing, should allow me to display completed items' ,
143
+ 'TodoMVC - atmajs, Routing, should respect the back button' ,
127
144
'TodoMVC - backbone_marionette, Routing, should allow me to display active items' ,
128
145
'TodoMVC - backbone_marionette, Routing, should allow me to display completed items' ,
146
+ 'TodoMVC - backbone_marionette, Routing, should respect the back button' ,
129
147
'TodoMVC - exoskeleton, Routing, should allow me to display active items' ,
130
148
'TodoMVC - exoskeleton, Routing, should allow me to display completed items' ,
149
+ 'TodoMVC - exoskeleton, Routing, should respect the back button' ,
131
150
'TodoMVC - thorax, Routing, should allow me to display active items' ,
132
151
'TodoMVC - thorax, Routing, should allow me to display completed items' ,
152
+ 'TodoMVC - thorax, Routing, should respect the back button' ,
133
153
'TodoMVC - thorax_lumbar, Routing, should allow me to display active items' ,
134
154
'TodoMVC - thorax_lumbar, Routing, should allow me to display completed items' ,
155
+ 'TodoMVC - thorax_lumbar, Routing, should respect the back button' ,
135
156
'TodoMVC - troopjs_require, Routing, should allow me to display active items' ,
136
157
'TodoMVC - troopjs_require, Routing, should allow me to display completed items' ,
158
+ 'TodoMVC - troopjs_require, Routing, should respect the back button' ,
137
159
'TodoMVC - backbone_require, Routing, should allow me to display active items' ,
138
160
'TodoMVC - backbone_require, Routing, should allow me to display completed items' ,
161
+ 'TodoMVC - backbone_require, Routing, should respect the back button' ,
139
162
'TodoMVC - ariatemplates, Routing, should allow me to display active items' ,
140
163
'TodoMVC - ariatemplates, Routing, should allow me to display completed items' ,
164
+ 'TodoMVC - ariatemplates, Routing, should respect the back button' ,
141
165
'TodoMVC - backbone_marionette_require, Routing, should allow me to display active items' ,
142
166
'TodoMVC - backbone_marionette_require, Routing, should allow me to display completed items' ,
143
167
'TodoMVC - chaplin-brunch, Routing, should allow me to display active items' ,
@@ -159,26 +183,32 @@ module.exports = [
159
183
'TodoMVC - extjs_deftjs, Routing, should allow me to display completed items' ,
160
184
'TodoMVC - extjs_deftjs, Routing, should allow me to display all items' ,
161
185
'TodoMVC - extjs_deftjs, Routing, should highlight the currently applied filter' ,
186
+ 'TodoMVC - extjs_deftjs, Routing, should respect the back button' ,
162
187
'TodoMVC - olives, Routing, should allow me to display active items' ,
163
188
'TodoMVC - olives, Routing, should allow me to display completed items' ,
164
189
'TodoMVC - olives, Routing, should allow me to display all items' ,
165
190
'TodoMVC - olives, Routing, should highlight the currently applied filter' ,
191
+ 'TodoMVC - olives, Routing, should respect the back button' ,
166
192
'TodoMVC - dijon, Routing, should allow me to display active items' ,
167
193
'TodoMVC - dijon, Routing, should allow me to display completed items' ,
168
194
'TodoMVC - dijon, Routing, should allow me to display all items' ,
169
195
'TodoMVC - dijon, Routing, should highlight the currently applied filter' ,
196
+ 'TodoMVC - dijon, Routing, should respect the back button' ,
170
197
'TodoMVC - duel, Routing, should allow me to display active items' ,
171
198
'TodoMVC - duel, Routing, should allow me to display completed items' ,
172
199
'TodoMVC - duel, Routing, should allow me to display all items' ,
173
200
'TodoMVC - duel, Routing, should highlight the currently applied filter' ,
201
+ 'TodoMVC - duel, Routing, should respect the back button' ,
174
202
'TodoMVC - knockoutjs_require, Routing, should allow me to display active items' ,
175
203
'TodoMVC - knockoutjs_require, Routing, should allow me to display completed items' ,
176
204
'TodoMVC - knockoutjs_require, Routing, should allow me to display all items' ,
177
205
'TodoMVC - knockoutjs_require, Routing, should highlight the currently applied filter' ,
206
+ 'TodoMVC - knockoutjs_require, Routing, should respect the back button' ,
178
207
'TodoMVC - angular-dart, Routing, should allow me to display active items' ,
179
208
'TodoMVC - angular-dart, Routing, should allow me to display completed items' ,
180
209
'TodoMVC - angular-dart, Routing, should allow me to display all items' ,
181
210
'TodoMVC - angular-dart, Routing, should highlight the currently applied filter' ,
211
+ 'TodoMVC - angular-dart, Routing, should respect the back button' ,
182
212
'TodoMVC - typescript-backbone, Routing, should allow me to display active items' ,
183
213
'TodoMVC - typescript-backbone, Routing, should allow me to display completed items' ,
184
214
'TodoMVC - typescript-backbone, Routing, should allow me to display all items' ,
@@ -201,6 +231,7 @@ module.exports = [
201
231
'TodoMVC - extjs, Routing, should allow me to display completed items' ,
202
232
'TodoMVC - extjs, Routing, should allow me to display all items' ,
203
233
'TodoMVC - extjs, Routing, should highlight the currently applied filter' ,
234
+ 'TodoMVC - extjs, Routing, should respect the back button' ,
204
235
205
236
// stapes is completely broken!
206
237
// see: https://github.com/tastejs/todomvc/issues/808
@@ -224,6 +255,7 @@ module.exports = [
224
255
'TodoMVC - stapes, Routing, should allow me to display active items' ,
225
256
'TodoMVC - stapes, Routing, should allow me to display completed items' ,
226
257
'TodoMVC - stapes, Routing, should allow me to display all items' ,
258
+ 'TodoMVC - stapes, Routing, should respect the back button' ,
227
259
'TodoMVC - stapes_require, No Todos, should hide #main and #footer' ,
228
260
'TodoMVC - stapes_require, New Todo, should allow me to add todo items' ,
229
261
'TodoMVC - stapes_require, New Todo, should append new items to the bottom of the list' ,
@@ -247,6 +279,7 @@ module.exports = [
247
279
'TodoMVC - stapes_require, Routing, should allow me to display active items' ,
248
280
'TodoMVC - stapes_require, Routing, should allow me to display completed items' ,
249
281
'TodoMVC - stapes_require, Routing, should allow me to display all items' ,
282
+ 'TodoMVC - stapes_require, Routing, should respect the back button' ,
250
283
251
284
// mozart is not on the public website
252
285
'TodoMVC - mozart, New Todo, should allow me to add todo items' ,
0 commit comments