diff options
Diffstat (limited to 'example/personalLog/scenario/personalLogScenario.js')
| -rw-r--r-- | example/personalLog/scenario/personalLogScenario.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example/personalLog/scenario/personalLogScenario.js b/example/personalLog/scenario/personalLogScenario.js index 5baeeb1a..fe6388b4 100644 --- a/example/personalLog/scenario/personalLogScenario.js +++ b/example/personalLog/scenario/personalLogScenario.js @@ -10,7 +10,7 @@ describe('personal log', function() {    }); -  it('should create new logs and order them in reverse chronological order', function(){ +  it('should create new logs and order them in reverse chronological order', function() {      //create first msg      input('newMsg').enter('my first message');      element('form input[type="submit"]').click(); | 
