Skip to content

Commit 36962a2

Browse files
committed
Add changes to changelog. Fix docs typo
1 parent 7299012 commit 36962a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Changed
1616
- Upgrade dependencies.
1717
- Rename acceptance tests into e2e tests.
18+
- Improve documentation examples.
19+
20+
### Added
1821
- Add npm command for running e2e tests.
22+
- Add e2e tests to check that examples works.
1923

2024
## [1.1.0] - 2019-10-27
2125
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe("Accept cookies button", () => {
118118

119119
> Note the usage of `beforeEach` and `afterEach` for preserving `localStorage` between all tests. Also `clearLocalStorageSnapshot` is used in the `before` statement to avoid possible conflicts with other test files preserving localStorage.
120120
121-
#### localStorage Assertions
121+
#### localStorage assertions
122122

123123
Based on the previous example, assertions could be added to check values of `localStorage`:
124124

0 commit comments

Comments
 (0)