diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-02 12:56:19 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-02 12:56:19 +0100 |
commit | 54a558f9cfb364a28008162fd2f72f03a50d8c91 (patch) | |
tree | e256bca0dbd49addf814f2ab9c5e091ad2ad556b /tests | |
parent | 9cc016057812f5003828d2c60320025d9f4a1549 (diff) | |
download | puszcza-54a558f9cfb364a28008162fd2f72f03a50d8c91.tar.gz puszcza-54a558f9cfb364a28008162fd2f72f03a50d8c91.zip |
Update snapshots
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/__snapshots__/storybook.test.js.snap | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/unit/__snapshots__/storybook.test.js.snap b/tests/unit/__snapshots__/storybook.test.js.snap index 9310514..33be1ab 100644 --- a/tests/unit/__snapshots__/storybook.test.js.snap +++ b/tests/unit/__snapshots__/storybook.test.js.snap @@ -66,6 +66,43 @@ exports[`Storyshots Facebook/FacebookFindUsButton default 1`] = ` </div> `; +exports[`Storyshots GoogleDriveLink default 1`] = ` +<div + style="height: 100vh; display: flex; align-items: center; justify-content: center;" +> + <div + class="google-drive-link" + > + <div + class="image" + > + <img + alt="Drive" + src="/assets/google-drive.png" + /> + </div> + + <div + class="text" + > + <p> + Test + </p> + </div> + + <a + href="https://drive.google.com/u/1" + > + <button + class="button" + > + Przejdź + </button> + </a> + </div> +</div> +`; + exports[`Storyshots JoinUs default 1`] = ` <div style="height: 100vh; display: flex; align-items: center; justify-content: center;" |