From e32c78b0e8b44689e268c395d1b1abd3210638bc Mon Sep 17 00:00:00 2001 From: Martijn Wargers Date: Fri, 3 Jul 2015 18:24:27 +0200 Subject: [PATCH] Bug 1179267 - test_ftu_skip_tour.py: Timed out after 10.1 seconds with message: Send Data UI state should match initial internal state --- apps/ftu/index.html | 2 +- apps/ftu/js/ui.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ftu/index.html b/apps/ftu/index.html index a34c701bf591..72de17d7bdb1 100644 --- a/apps/ftu/index.html +++ b/apps/ftu/index.html @@ -570,7 +570,7 @@

- +
diff --git a/apps/ftu/js/ui.js b/apps/ftu/js/ui.js index c86bd5642d02..2730a23e3499 100644 --- a/apps/ftu/js/ui.js +++ b/apps/ftu/js/ui.js @@ -259,7 +259,7 @@ var UIManager = { this.updateLetsGoButton.addEventListener('click', startTutorialAction); // Enable sharing performance data (saving to settings) - this.sharePerformance.addEventListener('click', this); + this.sharePerformance.addEventListener('change', this); var button = this.offlineErrorDialog.querySelector('button'); button.addEventListener('click', this.onOfflineDialogButtonClick.bind(this));