summaryrefslogtreecommitdiff
path: root/tests/frontend/specs/bold.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-03-13 15:06:08 -0300
committerJohn McLear <john@mclear.co.uk>2013-03-13 15:06:08 -0300
commit5690f2d01ea04806ffada6eb395750a8f2007de3 (patch)
tree5833e2e5059f4e081421fe112e5f07c52d56bebf /tests/frontend/specs/bold.js
parentb4ec07312b8926f29623f23548dfc0b2b6554902 (diff)
downloadetherpad-lite-5690f2d01ea04806ffada6eb395750a8f2007de3.zip
not z, is b!
Diffstat (limited to 'tests/frontend/specs/bold.js')
-rw-r--r--tests/frontend/specs/bold.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/frontend/specs/bold.js b/tests/frontend/specs/bold.js
index b5d2a212..2fb6bbfe 100644
--- a/tests/frontend/specs/bold.js
+++ b/tests/frontend/specs/bold.js
@@ -46,7 +46,7 @@ describe("bold button", function(){
var e = inner$.Event("keydown");
e.ctrlKey = true; // Control key
- e.which = 66; // z
+ e.which = 66; // b
inner$("#innerdocbody").trigger(e);
//ace creates a new dom element when you press a button, so just get the first text element again
@@ -63,7 +63,4 @@ describe("bold button", function(){
done();
});
-
-
-
});