Prevent debounced call to page.show in tests

Change-Id: I058f025f69183da0ec7dfa7a92bfc2b9e7488ae7
This commit is contained in:
Wyatt Allen
2017-06-06 13:40:25 -07:00
parent fb8315a450
commit 1125a23bb3

View File

@@ -41,6 +41,10 @@
'previous-page': '_handlePreviousPage',
},
detached() {
this.cancelDebouncer('reload');
},
_filterChanged(filter) {
this.debounce('reload', () => {
if (filter) {