Skip to content

Commit

Permalink
Update CHANGELOG and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Mar 22, 2019
1 parent 1177f80 commit 7cb0474
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Using tokens to define responsive width.

## [2.8.2] - 2019-03-20

### Changed

- Set width explicitly to `w-100` again
Expand Down
6 changes: 3 additions & 3 deletions react/__tests__/__snapshots__/Telemarketing.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports[`<Telemarketing /> component should match snapshot with client 1`] = `
</div>
</div>
<div
class="popoverBox absolute top-2 z-max bb b--muted-3 dn"
class="popoverBox absolute-ns top-2 z-max bb b--muted-3 fixed-s dn"
>
<div
class="popoverContentContainer mt3-ns bg-base shadow-3-ns"
Expand Down Expand Up @@ -208,7 +208,7 @@ exports[`<Telemarketing /> component should match snapshot without client 1`] =
</div>
</div>
<div
class="login false"
class="login w-50 flex flex-row-reverse-ns flex-row-s"
>
<div
class="popoverContainer relative flex h-100 items-center pr4"
Expand Down Expand Up @@ -237,7 +237,7 @@ exports[`<Telemarketing /> component should match snapshot without client 1`] =
</div>
</div>
<div
class="popoverBox absolute top-2 z-max bb b--muted-3 dn"
class="popoverBox absolute-ns top-2 z-max bb b--muted-3 fixed-s dn"
>
<div
class="popoverContentContainer mt3-ns bg-base shadow-3-ns"
Expand Down

0 comments on commit 7cb0474

Please sign in to comment.