Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
071992fa
Commit
071992fa
authored
Apr 29, 2015
by
Sam Saccone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1272 from arthurvr/persistence-test
Tests: add back `persistence` test
parents
5a3c81c5
5f29b347
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
browser-tests/test.js
browser-tests/test.js
+3
-3
No files found.
browser-tests/test.js
View file @
071992fa
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment