-
-
Notifications
You must be signed in to change notification settings - Fork 601
feat: Unit testing setup restructure #1595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
83ac5a9
Restructured unit testing setup
matthewlipski ff63f61
Fixed build & formatted HTML snapshots
matthewlipski 9fa6019
Small fix
matthewlipski 0e418d5
Fixed react setup
matthewlipski 96d202b
Made test functions pluggable for test cases
matthewlipski 5d84e99
Removed accidentally added snapshots
matthewlipski d25e65e
Moved unit tests to `tests` package
matthewlipski d92dcac
Small fixes
matthewlipski 97068ee
Separated tests for different formats
matthewlipski d7401c5
Merge branch 'main' into unit-tests-setup
matthewlipski c389810
Updated `package-lock.json`
matthewlipski bad1640
Small fix
matthewlipski 411201c
Updated comments
matthewlipski 4b4866c
Merge branch 'main' into unit-tests-setup
nperez0111 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 39 additions & 1 deletion
40
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/basicBlocks.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
<p>Paragraph 1</p><h1>Heading 1</h1><ol><li><p>Numbered List Item 1</p></li></ol><ul><li><p>Bullet List Item 1</p></li><li><input type="checkbox"><p class="bn-inline-content">Check List Item 1</p></li></ul><pre><code class="bn-inline-content language-text" data-language="text">console.log("Hello World");</code></pre><table><tr><td colspan="1" rowspan="1"><p>Table Cell 1</p></td><td colspan="1" rowspan="1"><p>Table Cell 2</p></td></tr><tr><td colspan="1" rowspan="1"><p>Table Cell 3</p></td><td colspan="1" rowspan="1"><p>Table Cell 4</p></td></tr></table><p>Add image</p><p>Paragraph 2</p> | ||
<p>Paragraph 1</p> | ||
<h1>Heading 1</h1> | ||
<ol> | ||
<li> | ||
<p>Numbered List Item 1</p> | ||
</li> | ||
</ol> | ||
<ul> | ||
<li> | ||
<p>Bullet List Item 1</p> | ||
</li> | ||
<li> | ||
<input type="checkbox" /> | ||
<p class="bn-inline-content">Check List Item 1</p> | ||
</li> | ||
</ul> | ||
<pre> | ||
<code class="bn-inline-content language-text" data-language="text">console.log("Hello World");</code> | ||
</pre> | ||
<table> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 1</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 2</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 3</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 4</p> | ||
</td> | ||
</tr> | ||
</table> | ||
<p>Add image</p> | ||
<p>Paragraph 2</p> |
52 changes: 51 additions & 1 deletion
52
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/basicBlocksWithProps.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,51 @@ | ||
<p data-text-color="red">Paragraph 1</p><h2 data-level="2">Heading 1</h2><ol start="2"><li><p data-start="2">Numbered List Item 1</p></li></ol><ul><li><p data-background-color="red">Bullet List Item 1</p></li><li><input type="checkbox" checked="" data-checked="true"><p class="bn-inline-content">Check List Item 1</p></li></ul><pre><code class="bn-inline-content language-typescript" data-language="typescript">console.log("Hello World");</code></pre><table><tr><td colspan="1" rowspan="1"><p>Table Cell 1</p></td><td colspan="1" rowspan="1"><p>Table Cell 2</p></td></tr><tr><td colspan="1" rowspan="1"><p>Table Cell 3</p></td><td colspan="1" rowspan="1"><p>Table Cell 4</p></td></tr></table><figure data-name="1280px-Placeholder_view_vector.svg.png" data-url="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Placeholder_view_vector.svg/1280px-Placeholder_view_vector.svg.png" data-caption="Placeholder" data-preview-width="256"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Placeholder_view_vector.svg/1280px-Placeholder_view_vector.svg.png" alt="1280px-Placeholder_view_vector.svg.png" width="256"><figcaption>Placeholder</figcaption></figure><p>Paragraph 2</p> | ||
<p data-text-color="red">Paragraph 1</p> | ||
<h2 data-level="2">Heading 1</h2> | ||
<ol start="2"> | ||
<li> | ||
<p data-start="2">Numbered List Item 1</p> | ||
</li> | ||
</ol> | ||
<ul> | ||
<li> | ||
<p data-background-color="red">Bullet List Item 1</p> | ||
</li> | ||
<li> | ||
<input type="checkbox" checked="" data-checked="true" /> | ||
<p class="bn-inline-content">Check List Item 1</p> | ||
</li> | ||
</ul> | ||
<pre> | ||
<code class="bn-inline-content language-typescript" data-language="typescript">console.log("Hello World");</code> | ||
</pre> | ||
<table> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 1</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 2</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 3</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 4</p> | ||
</td> | ||
</tr> | ||
</table> | ||
<figure | ||
data-name="1280px-Placeholder_view_vector.svg.png" | ||
data-url="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Placeholder_view_vector.svg/1280px-Placeholder_view_vector.svg.png" | ||
data-caption="Placeholder" | ||
data-preview-width="256" | ||
> | ||
<img | ||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Placeholder_view_vector.svg/1280px-Placeholder_view_vector.svg.png" | ||
alt="1280px-Placeholder_view_vector.svg.png" | ||
width="256" | ||
/> | ||
<figcaption>Placeholder</figcaption> | ||
</figure> | ||
<p>Paragraph 2</p> |
3 changes: 2 additions & 1 deletion
3
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/childToParent.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<p>Paragraph 1</p><p>Nested Paragraph 1</p> | ||
<p>Paragraph 1</p> | ||
<p>Nested Paragraph 1</p> |
5 changes: 4 additions & 1 deletion
5
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/childrenToNextParent.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<p>Nested Paragraph 1</p><p>Nested Paragraph 2</p><p>Nested Paragraph 3</p><p>Paragraph 2</p> | ||
<p>Nested Paragraph 1</p> | ||
<p>Nested Paragraph 2</p> | ||
<p>Nested Paragraph 3</p> | ||
<p>Paragraph 2</p> |
8 changes: 7 additions & 1 deletion
8
...e/src/api/tests/clipboard/copy/__snapshots__/text/html/childrenToNextParentsChildren.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
<p>Nested Paragraph 1</p><p>Nested Paragraph 2</p><p>Nested Paragraph 3</p><p>Paragraph 2</p><p>Nested Paragraph 4</p><p>Nested Paragraph 5</p><p>Nested Paragraph 6</p> | ||
<p>Nested Paragraph 1</p> | ||
<p>Nested Paragraph 2</p> | ||
<p>Nested Paragraph 3</p> | ||
<p>Paragraph 2</p> | ||
<p>Nested Paragraph 4</p> | ||
<p>Nested Paragraph 5</p> | ||
<p>Nested Paragraph 6</p> |
7 changes: 6 additions & 1 deletion
7
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/image.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
<img src="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg" alt="BlockNote image" width="512" data-url="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg"> | ||
<img | ||
src="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg" | ||
alt="BlockNote image" | ||
width="512" | ||
data-url="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg" | ||
/> |
4 changes: 3 additions & 1 deletion
4
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/multipleChildren.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
<p>Nested Paragraph 1</p><p>Nested Paragraph 2</p><p>Nested Paragraph 3</p> | ||
<p>Nested Paragraph 1</p> | ||
<p>Nested Paragraph 2</p> | ||
<p>Nested Paragraph 3</p> |
4 changes: 3 additions & 1 deletion
4
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/multipleStyledText.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Unstyled Text<em>Italic Text</em><strong>Bold Text</strong> | ||
Unstyled Text | ||
<em>Italic Text</em> | ||
<strong>Bold Text</strong> |
9 changes: 8 additions & 1 deletion
9
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/nestedImage.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
<p>Paragraph 1</p><img src="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg" alt="BlockNote image" width="512" data-url="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg"><p>Nested Paragraph 1</p> | ||
<p>Paragraph 1</p> | ||
<img | ||
src="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg" | ||
alt="BlockNote image" | ||
width="512" | ||
data-url="https://ralfvanveen.com/wp-content/uploads/2021/06/Placeholder-_-Glossary.svg" | ||
/> | ||
<p>Nested Paragraph 1</p> |
3 changes: 2 additions & 1 deletion
3
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/partialChildToParent.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<p>aragraph 1</p><p>N</p> | ||
<p>aragraph 1</p> | ||
<p>N</p> |
19 changes: 18 additions & 1 deletion
19
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/tableAllCells.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
<table><tr><td colspan="1" rowspan="1"><p>Table Cell 1</p></td><td colspan="1" rowspan="1"><p>Table Cell 2</p></td></tr><tr><td colspan="1" rowspan="1"><p>Table Cell 3</p></td><td colspan="1" rowspan="1"><p>Table Cell 4</p></td></tr></table> | ||
<table> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 1</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 2</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 3</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 4</p> | ||
</td> | ||
</tr> | ||
</table> |
8 changes: 7 additions & 1 deletion
8
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/tableCell.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
<table><tr><td colspan="1" rowspan="1"><p>Table Cell 1</p></td></tr></table> | ||
<table> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 1</p> | ||
</td> | ||
</tr> | ||
</table> |
13 changes: 12 additions & 1 deletion
13
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/tableCol.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
<table><tr><td colspan="1" rowspan="1"><p>Table Cell 1</p></td></tr><tr><td colspan="1" rowspan="1"><p>Table Cell 3</p></td></tr></table> | ||
<table> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 1</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 3</p> | ||
</td> | ||
</tr> | ||
</table> |
11 changes: 10 additions & 1 deletion
11
packages/core/src/api/tests/clipboard/copy/__snapshots__/text/html/tableRow.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
<table><tr><td colspan="1" rowspan="1"><p>Table Cell 1</p></td><td colspan="1" rowspan="1"><p>Table Cell 2</p></td></tr></table> | ||
<table> | ||
<tr> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 1</p> | ||
</td> | ||
<td colspan="1" rowspan="1"> | ||
<p>Table Cell 2</p> | ||
</td> | ||
</tr> | ||
</table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 11 additions & 3 deletions
14
...ests/formatConversion/export/__snapshots__/blocknoteHTML/codeBlock/contains-newlines.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="null"><div class="bn-block" data-node-type="blockContainer" data-id="null"><div class="bn-block-content" data-content-type="codeBlock"><pre><code class="bn-inline-content language-javascript" data-language="javascript">const hello = 'world'; | ||
console.log(hello); | ||
</code></pre></div></div></div></div> | ||
<div class="bn-block-group" data-node-type="blockGroup"> | ||
<div class="bn-block-outer" data-node-type="blockOuter" data-id="1"> | ||
<div class="bn-block" data-node-type="blockContainer" data-id="1"> | ||
<div class="bn-block-content" data-content-type="codeBlock"> | ||
<pre> | ||
<code class="bn-inline-content language-javascript" data-language="javascript">const hello ='world';console.log(hello);</code> | ||
</pre> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
12 changes: 11 additions & 1 deletion
12
.../tests/formatConversion/export/__snapshots__/blocknoteHTML/codeBlock/defaultLanguage.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="null"><div class="bn-block" data-node-type="blockContainer" data-id="null"><div class="bn-block-content" data-content-type="codeBlock"><pre><code class="bn-inline-content language-text" data-language="text">console.log('Hello, world!');</code></pre></div></div></div></div> | ||
<div class="bn-block-group" data-node-type="blockGroup"> | ||
<div class="bn-block-outer" data-node-type="blockOuter" data-id="1"> | ||
<div class="bn-block" data-node-type="blockContainer" data-id="1"> | ||
<div class="bn-block-content" data-content-type="codeBlock"> | ||
<pre> | ||
<code class="bn-inline-content language-text" data-language="text">console.log('Hello, world!');</code> | ||
</pre> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
12 changes: 11 additions & 1 deletion
12
...re/src/api/tests/formatConversion/export/__snapshots__/blocknoteHTML/codeBlock/empty.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="null"><div class="bn-block" data-node-type="blockContainer" data-id="null"><div class="bn-block-content" data-content-type="codeBlock"><pre><code class="bn-inline-content language-text" data-language="text"></code></pre></div></div></div></div> | ||
<div class="bn-block-group" data-node-type="blockGroup"> | ||
<div class="bn-block-outer" data-node-type="blockOuter" data-id="1"> | ||
<div class="bn-block" data-node-type="blockContainer" data-id="1"> | ||
<div class="bn-block-content" data-content-type="codeBlock"> | ||
<pre> | ||
<code class="bn-inline-content language-text" data-language="text"></code> | ||
</pre> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
12 changes: 11 additions & 1 deletion
12
...e/src/api/tests/formatConversion/export/__snapshots__/blocknoteHTML/codeBlock/python.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
<div class="bn-block-group" data-node-type="blockGroup"><div class="bn-block-outer" data-node-type="blockOuter" data-id="null"><div class="bn-block" data-node-type="blockContainer" data-id="null"><div class="bn-block-content" data-content-type="codeBlock"><pre><code class="bn-inline-content language-python" data-language="python">print('Hello, world!')</code></pre></div></div></div></div> | ||
<div class="bn-block-group" data-node-type="blockGroup"> | ||
<div class="bn-block-outer" data-node-type="blockOuter" data-id="1"> | ||
<div class="bn-block" data-node-type="blockContainer" data-id="1"> | ||
<div class="bn-block-content" data-content-type="codeBlock"> | ||
<pre> | ||
<code class="bn-inline-content language-python" data-language="python">print('Hello, world!')</code> | ||
</pre> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.