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

Bug 1088678 - Fix 2.1 integration tests cbs a=testonly #25531

Merged
merged 1 commit into from Oct 27, 2014
Merged
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/system/test/marionette/lib/cell_broadcast_system.js
Expand Up @@ -22,7 +22,7 @@
show: function(event) {
this._mockMobile();
this.client.executeScript(function(event) {
window.wrappedJSObject.cellBroadcastSystem.show(event);
window.wrappedJSObject.CellBroadcastSystem.show(event);
}, [event]);
},

Expand Down