Commit 4535a320 authored by Sam Saccone's avatar Sam Saccone

🐛 Fix routing test

It was seeding too many items, thus making the tests freak out.
parent 38e811de
...@@ -343,7 +343,6 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod ...@@ -343,7 +343,6 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod
}); });
test.it('should respect the back button', function () { test.it('should respect the back button', function () {
createStandardItems();
page.toggleItemAtIndex(1); page.toggleItemAtIndex(1);
page.filterByActiveItems(); page.filterByActiveItems();
......
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