aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns/tests/network-dropdown.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/dropdowns/tests/network-dropdown.test.js')
-rw-r--r--ui/app/components/dropdowns/tests/network-dropdown.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/dropdowns/tests/network-dropdown.test.js b/ui/app/components/dropdowns/tests/network-dropdown.test.js
index 88ad5685..4cf47e2d 100644
--- a/ui/app/components/dropdowns/tests/network-dropdown.test.js
+++ b/ui/app/components/dropdowns/tests/network-dropdown.test.js
@@ -78,7 +78,7 @@ describe('Network Dropdown', () => {
})
it('checks background color for fourth NetworkDropdownIcon', () => {
- assert.equal(wrapper.find(NetworkDropdownIcon).at(3).prop('backgroundColor'), '#f6c343') // Rinkeby Yellow
+ assert.equal(wrapper.find(NetworkDropdownIcon).at(3).prop('backgroundColor'), '#f6c343') // DEXON Yellow
})
it('checks background color for fifth NetworkDropdownIcon', () => {