Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 6490285

Browse files
Tranca Philippejuliemr
Tranca Philippe
authored andcommitted
docs(getting started): fix missing }); in the test example
1 parent 256b21c commit 6490285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ describe('angularjs homepage', function() {
103103

104104
expect(greeting.getText()).toEqual('Hello Julie!');
105105
});
106+
});
106107
```
107108

108109
The `get` method loads a page. Protractor expects Angular to be present on a

0 commit comments

Comments
 (0)