From 1635fca0ddf659f43ce5185b144cad215117c0c9 Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Wed, 5 Apr 2017 14:16:52 -0300 Subject: [#938] Replaces RaisedButton with FlatButton for backup-account link with @anikarni --- web-ui/src/common/link_button/link_button.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui/src/common/link_button/link_button.spec.js') diff --git a/web-ui/src/common/link_button/link_button.spec.js b/web-ui/src/common/link_button/link_button.spec.js index dd040d28..945afffe 100644 --- a/web-ui/src/common/link_button/link_button.spec.js +++ b/web-ui/src/common/link_button/link_button.spec.js @@ -11,10 +11,10 @@ describe('LinkButton', () => { }); it('renders link button with given button text', () => { - expect(linkButton.find('RaisedButton').props().label).toEqual('Go To Link'); + expect(linkButton.find('FlatButton').props().label).toEqual('Go To Link'); }); it('renders link button with given href', () => { - expect(linkButton.find('RaisedButton').props().href).toEqual('/some-link'); + expect(linkButton.find('FlatButton').props().href).toEqual('/some-link'); }); }); -- cgit v1.2.3