Commit 071992fa authored by Sam Saccone's avatar Sam Saccone

Merge pull request #1272 from arthurvr/persistence-test

Tests: add back `persistence` test
parents 5a3c81c5 5f29b347
......@@ -285,7 +285,7 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod
});
});
/*test.describe('Persistence', function () {
test.describe('Persistence', function () {
test.it('should persist its data', function () {
// set up state
page.enterItem(TODO_ITEM_ONE);
......@@ -302,13 +302,13 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod
stateTest();
// navigate away and back again
browser.get(otherUrl);
browser.get('about:blank');
browser.get(baseUrl);
// repeat the state test
stateTest();
});
});*/
});
test.describe('Routing', function () {
test.it('should allow me to display active items', function () {
......
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