diff options
author | Dan Miller <danjm.com@gmail.com> | 2018-09-21 00:06:23 +0800 |
---|---|---|
committer | Dan Miller <danjm.com@gmail.com> | 2018-12-04 11:36:05 +0800 |
commit | 0ba6f7d9bb5c2183d8a370fd0955e18d45616207 (patch) | |
tree | 3295b24c2b87eb0dbe443b96e10872e76f8590d7 /ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js | |
parent | 6dd1028c71a343b2a60768bf988ba0ed33c84fb3 (diff) | |
download | dexon-wallet-0ba6f7d9bb5c2183d8a370fd0955e18d45616207.tar.gz dexon-wallet-0ba6f7d9bb5c2183d8a370fd0955e18d45616207.tar.zst dexon-wallet-0ba6f7d9bb5c2183d8a370fd0955e18d45616207.zip |
Adds not yet functional gas price chart.
Diffstat (limited to 'ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js')
-rw-r--r-- | ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js b/ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js index 474b7b7b..1a0f6760 100644 --- a/ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js +++ b/ui/app/components/gas-customization/gas-price-chart/tests/gas-price-chart.component.test.js @@ -17,7 +17,7 @@ describe('GasPriceChart Component', function () { }) it('should render the chart div', () => { - assert(wrapper.childAt(0).hasClass('gas-price-chart__container')) + assert(wrapper.childAt(0).hasClass('gas-price-chart__root')) assert.equal(wrapper.childAt(0).props().id, 'chart') }) }) |