Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 7bdc129

Browse files
author
jwngr
committed
Added comment to tic-tac-toe spec file
1 parent 81614a1 commit 7bdc129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/protractor/tictactoe/tictactoe.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ describe('TicTacToe App', function () {
9595
});
9696

9797
it('persists state across refresh', function(done) {
98+
// Refresh the page, passing the push ID to use for data storage
9899
browser.get('tictactoe/tictactoe.html?pushId=' + firebaseRef.key()).then(function() {
99100
// Wait for AngularFire to sync the initial state
100101
sleep();

0 commit comments

Comments
 (0)