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 #25531 from albertopq/1088678-fix-test-2.1
Browse files Browse the repository at this point in the history
Bug 1088678 - Fix 2.1 integration tests cbs a=testonly r=kgrandon
  • Loading branch information
KevinGrandon committed Oct 27, 2014
2 parents 5a3e34f + 7430f06 commit 16b7f74
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 16b7f74

Please sign in to comment.