Skip to content

Commit

Permalink
updates snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Apr 12, 2020
1 parent ffb7448 commit 5f6f366
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ exports[`Sidebar renders without crashing 1`] = `
"inputEncryptedPlaceholder": "Encrypted Key",
"inputPasswordPlaceholder": "Password",
"inputSelectPlaceholder": "Select",
"isLoadingMessage": "Loading...",
"manageWalletsCreate": "Create",
"manageWalletsEdit": "Edit",
"manageWalletsEditWallet": "Edit Wallet",
Expand All @@ -139,11 +140,13 @@ exports[`Sidebar renders without crashing 1`] = `
"networkSettingsNodeSelectLabel": "NODE SELECTION",
"newContact": "New Contact",
"newsPageLabel": "News",
"noOptionsMessage": "No options",
"nodeSelectBlockHeight": "Block Height",
"nodeSelectInfo": "Top {nodeCount, number} nodes listed",
"nodeSelectPanelHeader": "Node Selection",
"nodeSelectSelectAutomatically": "Select automatically",
"nodeSelectionInstructions": "If you’re experiencing performance issues, try selecting a custom node below",
"nothingToSeeHere": "Nothing to see here!",
"numberofTransactionsPending": "{transferCount, number} {transferCount, plural, one {Transfer} other {Transfers}} pending",
"print": "Print",
"priorityTransfer": "Priority Transfer",
Expand Down Expand Up @@ -717,6 +720,7 @@ exports[`Sidebar renders without crashing 1`] = `
"inputEncryptedPlaceholder": "Encrypted Key",
"inputPasswordPlaceholder": "Password",
"inputSelectPlaceholder": "Select",
"isLoadingMessage": "Loading...",
"manageWalletsCreate": "Create",
"manageWalletsEdit": "Edit",
"manageWalletsEditWallet": "Edit Wallet",
Expand All @@ -741,11 +745,13 @@ exports[`Sidebar renders without crashing 1`] = `
"networkSettingsNodeSelectLabel": "NODE SELECTION",
"newContact": "New Contact",
"newsPageLabel": "News",
"noOptionsMessage": "No options",
"nodeSelectBlockHeight": "Block Height",
"nodeSelectInfo": "Top {nodeCount, number} nodes listed",
"nodeSelectPanelHeader": "Node Selection",
"nodeSelectSelectAutomatically": "Select automatically",
"nodeSelectionInstructions": "If you’re experiencing performance issues, try selecting a custom node below",
"nothingToSeeHere": "Nothing to see here!",
"numberofTransactionsPending": "{transferCount, number} {transferCount, plural, one {Transfer} other {Transfers}} pending",
"print": "Print",
"priorityTransfer": "Priority Transfer",
Expand Down
5 changes: 5 additions & 0 deletions __tests__/components/__snapshots__/NetworkSwitch.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ exports[`NetworkSwitch renders without crashing 1`] = `
"inputEncryptedPlaceholder": "Encrypted Key",
"inputPasswordPlaceholder": "Password",
"inputSelectPlaceholder": "Select",
"isLoadingMessage": "Loading...",
"manageWalletsCreate": "Create",
"manageWalletsEdit": "Edit",
"manageWalletsEditWallet": "Edit Wallet",
Expand All @@ -118,11 +119,13 @@ exports[`NetworkSwitch renders without crashing 1`] = `
"networkSettingsNodeSelectLabel": "NODE SELECTION",
"newContact": "New Contact",
"newsPageLabel": "News",
"noOptionsMessage": "No options",
"nodeSelectBlockHeight": "Block Height",
"nodeSelectInfo": "Top {nodeCount, number} nodes listed",
"nodeSelectPanelHeader": "Node Selection",
"nodeSelectSelectAutomatically": "Select automatically",
"nodeSelectionInstructions": "If you’re experiencing performance issues, try selecting a custom node below",
"nothingToSeeHere": "Nothing to see here!",
"numberofTransactionsPending": "{transferCount, number} {transferCount, plural, one {Transfer} other {Transfers}} pending",
"print": "Print",
"priorityTransfer": "Priority Transfer",
Expand Down Expand Up @@ -310,7 +313,9 @@ exports[`NetworkSwitch renders without crashing 1`] = `
defaultValue={null}
hideHighlight={true}
isSearchable={false}
loadingMessage={[Function]}
maxMenuHeight={140}
noOptionsMessage={[Function]}
onChange={[Function]}
options={
Array [
Expand Down
3 changes: 3 additions & 0 deletions __tests__/components/__snapshots__/News.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ exports[`News renders without crashing 1`] = `
"inputEncryptedPlaceholder": "Encrypted Key",
"inputPasswordPlaceholder": "Password",
"inputSelectPlaceholder": "Select",
"isLoadingMessage": "Loading...",
"manageWalletsCreate": "Create",
"manageWalletsEdit": "Edit",
"manageWalletsEditWallet": "Edit Wallet",
Expand All @@ -136,11 +137,13 @@ exports[`News renders without crashing 1`] = `
"networkSettingsNodeSelectLabel": "NODE SELECTION",
"newContact": "New Contact",
"newsPageLabel": "News",
"noOptionsMessage": "No options",
"nodeSelectBlockHeight": "Block Height",
"nodeSelectInfo": "Top {nodeCount, number} nodes listed",
"nodeSelectPanelHeader": "Node Selection",
"nodeSelectSelectAutomatically": "Select automatically",
"nodeSelectionInstructions": "If you’re experiencing performance issues, try selecting a custom node below",
"nothingToSeeHere": "Nothing to see here!",
"numberofTransactionsPending": "{transferCount, number} {transferCount, plural, one {Transfer} other {Transfers}} pending",
"print": "Print",
"priorityTransfer": "Priority Transfer",
Expand Down

0 comments on commit 5f6f366

Please sign in to comment.