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

Bug 1179267 - test_ftu_skip_tour.py: Timed out after 10.1 seconds with message: Send Data UI state should match initial internal state #30823

Merged
merged 1 commit into from Jul 3, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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