Skip to content

Commit

Permalink
Updated snapshots for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
apolignano committed Nov 1, 2024
1 parent 821635b commit 0085956
Showing 1 changed file with 44 additions and 10 deletions.
54 changes: 44 additions & 10 deletions src/components/home/BySpecies/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ exports[`<BySpecies /> By Species 1`] = `
element="div"
>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5bc0de",
Expand All @@ -22,6 +25,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#d9534f",
Expand All @@ -35,6 +41,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5bc0de",
Expand All @@ -48,6 +57,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5bc0de",
Expand All @@ -61,6 +73,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5bc0de",
Expand All @@ -74,6 +89,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#d9534f",
Expand All @@ -87,6 +105,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5bc0de",
Expand All @@ -100,8 +121,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries={64093}
proteins={170588}
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#d9534f",
Expand All @@ -115,6 +137,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#d9534f",
Expand All @@ -128,6 +153,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5cb85c",
Expand All @@ -141,6 +169,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#5cb85c",
Expand All @@ -154,6 +185,9 @@ exports[`<BySpecies /> By Species 1`] = `
}
/>
<Species
entries="..."
loading={true}
proteins="..."
species={
{
"color": "#d9534f",
Expand All @@ -173,9 +207,9 @@ exports[`<BySpecies /> By Species 1`] = `
{
"description": {
"main": {
"key": "taxonomy",
"key": "proteome",
},
"taxonomy": {
"proteome": {
"db": "uniprot",
},
},
Expand Down Expand Up @@ -237,10 +271,10 @@ exports[`<Species /> Species 1`] = `
"isFilter": true,
},
"main": {
"key": "taxonomy",
"key": "proteome",
},
"taxonomy": {
"accession": "9606",
"proteome": {
"accession": undefined,
"db": "uniprot",
},
},
Expand All @@ -264,14 +298,14 @@ exports[`<Species /> Species 1`] = `
{
"description": {
"main": {
"key": "taxonomy",
"key": "proteome",
},
"protein": {
"db": "UniProt",
"isFilter": true,
},
"taxonomy": {
"accession": "9606",
"proteome": {
"accession": undefined,
"db": "uniprot",
},
},
Expand Down

0 comments on commit 0085956

Please sign in to comment.