From 9bdb37ae13f4fe139861aa66f16b1086b8f4a5bb Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Mon, 5 Dec 2016 15:11:29 -0700 Subject: [PATCH] Fix broken tests (selector related) Fixes https://github.com/brave/browser-laptop/issues/5951 (was broke with https://github.com/brave/browser-laptop/commit/46ee335509920c0a569a9da29d38bb3d3d4ee1e6) Auditors: @luixxiul Test Plan: 1. Window 1: run `npm run watch-all` 2. Window 2: run `npm run uitest -- --grep="Payment Panel" 3. Watch tests pass --- js/about/preferences.js | 2 +- test/lib/selectors.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/about/preferences.js b/js/about/preferences.js index c5e503bd5b5..bcc81028389 100644 --- a/js/about/preferences.js +++ b/js/about/preferences.js @@ -927,7 +927,7 @@ class PaymentsTab extends ImmutableComponent { const onButtonClick = this.props.ledgerData.get('created') ? this.props.showOverlay.bind(this, 'addFunds') : (this.props.ledgerData.get('creating') ? () => {} : this.createWallet) - return