Skip to content

Commit

Permalink
Merge branch 'gh-pages' into dependabot/github_actions/actions/config…
Browse files Browse the repository at this point in the history
…ure-pages-5
  • Loading branch information
katydecorah authored Apr 4, 2024
2 parents 93b470d + 0dc1073 commit 941f3a8
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/font-item.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ exports[`FontItem renders correctly 1`] = `
>
<button
is="tag-button"
style="font-family: "Alatsi";"
style="font-family: "Alata";"
title="geometric"
value="geometric"
>
Expand Down Expand Up @@ -717,7 +717,7 @@ exports[`FontItem selected subset 1`] = `
>
<button
is="tag-button"
style="font-family: "Alatsi";"
style="font-family: "Alata";"
title="geometric"
value="geometric"
>
Expand Down
6 changes: 3 additions & 3 deletions test/__snapshots__/font-list.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ exports[`FontList should render with fonts 1`] = `
>
<button
is="tag-button"
style="font-family: "Alatsi";"
style="font-family: "Alata";"
title="geometric"
value="geometric"
>
Expand Down Expand Up @@ -445,7 +445,7 @@ exports[`FontList should render with fonts and selectedSubset 1`] = `
>
<button
is="tag-button"
style="font-family: "Alatsi";"
style="font-family: "Alata";"
title="geometric"
value="geometric"
>
Expand Down Expand Up @@ -687,7 +687,7 @@ exports[`FontList should render with fonts and selectedVariant 1`] = `
>
<button
is="tag-button"
style="font-family: "Alatsi";"
style="font-family: "Alata";"
title="geometric"
value="geometric"
>
Expand Down
20 changes: 10 additions & 10 deletions test/__snapshots__/main-app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`MainApp renders correctly 1`] = `
<main-app
current-page="1"
results-length="1603"
results-length="1617"
>
Expand Down Expand Up @@ -1083,7 +1083,7 @@ exports[`MainApp renders correctly 1`] = `
<button
is="tag-button"
style="font-family: "Blinker";"
style="font-family: "Anta";"
title="futuristic"
value="futuristic"
>
Expand Down Expand Up @@ -1140,7 +1140,7 @@ exports[`MainApp renders correctly 1`] = `
<button
is="tag-button"
style="font-family: "Alatsi";"
style="font-family: "Alata";"
title="geometric"
value="geometric"
>
Expand Down Expand Up @@ -1748,7 +1748,7 @@ exports[`MainApp renders correctly 1`] = `
<button
is="tag-button"
style="font-family: "Alata";"
style="font-family: "AR One Sans";"
title="low contrast"
value="low contrast"
>
Expand Down Expand Up @@ -2489,7 +2489,7 @@ exports[`MainApp renders correctly 1`] = `
<button
is="tag-button"
style="font-family: "Cutive";"
style="font-family: "Courier Prime";"
title="typewriter"
value="typewriter"
>
Expand Down Expand Up @@ -5183,16 +5183,16 @@ exports[`MainApp renders correctly 1`] = `
<search-status
results-length="1603"
results-length="1617"
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
<sort-by
results-length="1603"
results-length="1617"
sort-by="family"
>
<div
Expand Down Expand Up @@ -6507,7 +6507,7 @@ exports[`MainApp renders correctly 1`] = `
<pagination-buttons
current-page="1"
results-length="1603"
results-length="1617"
>
<button
class="btn"
Expand All @@ -6523,7 +6523,7 @@ exports[`MainApp renders correctly 1`] = `
class="page-count"
id="page-count"
>
1 of 161
1 of 162
</div>
Expand Down
50 changes: 25 additions & 25 deletions test/main-app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ describe("MainApp", () => {
expect(selectedCategory.value).toBe("display");
expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
<search-status
results-length="410"
results-length="416"
selected-category="display"
>
<div>
Found 410 fonts:
Found 416 fonts:
</div>
Expand Down Expand Up @@ -199,11 +199,11 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="388"
results-length="387"
selected-tag="need tags"
>
<div>
Found 388 fonts:
Found 387 fonts:
</div>
Expand Down Expand Up @@ -253,11 +253,11 @@ describe("MainApp", () => {

expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
selected-tag=""
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand Down Expand Up @@ -331,11 +331,11 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
selected-search=""
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand Down Expand Up @@ -390,10 +390,10 @@ describe("MainApp", () => {

expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand All @@ -415,11 +415,11 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
selected-category=""
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand All @@ -441,11 +441,11 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
selected-subset=""
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand All @@ -467,11 +467,11 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
selected-variant=""
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand Down Expand Up @@ -631,15 +631,15 @@ describe("MainApp", () => {

expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
selected-category=""
selected-search=""
selected-subset=""
selected-tag=""
selected-variant=""
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand Down Expand Up @@ -718,10 +718,10 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand Down Expand Up @@ -818,10 +818,10 @@ describe("MainApp", () => {
expect(checkboxVariable.checked).toBeFalsy();
expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand Down Expand Up @@ -895,10 +895,10 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="1603"
results-length="1617"
>
<div>
Found 1603 fonts
Found 1617 fonts
</div>
</search-status>
`);
Expand All @@ -916,7 +916,7 @@ describe("MainApp", () => {
const sortBy = document.querySelector("sort-by");
expect(sortBy).toMatchInlineSnapshot(`
<sort-by
results-length="1603"
results-length="1617"
sort-by="date"
>
<div
Expand Down

0 comments on commit 941f3a8

Please sign in to comment.