Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #30823 from mwargers/1179267
Browse files Browse the repository at this point in the history
Bug 1179267 - test_ftu_skip_tour.py: Timed out after 10.1 seconds with message: Send Data UI state should match initial internal state
  • Loading branch information
KevinGrandon committed Jul 3, 2015
2 parents 99b1adc + e32c78b commit 75071a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ftu/index.html
Expand Up @@ -570,7 +570,7 @@ <h2 id="time-zone-title">
</p>
<section id="form_share_statistics">
<gaia-checkbox class="inline" id="share-performance" name="debug.performance_data.shared">
<label id="wifi_show_password" data-l10n-id="sharePerformanceAndUsageData2"></label>
<label data-l10n-id="sharePerformanceAndUsageData2"></label>
</gaia-checkbox>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion apps/ftu/js/ui.js
Expand Up @@ -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));
Expand Down

0 comments on commit 75071a1

Please sign in to comment.