typo
This commit is contained in:
parent
5690f2d01e
commit
b81be97f94
|
@ -5,7 +5,7 @@ describe("enter keystroke", function(){
|
||||||
this.timeout(60000);
|
this.timeout(60000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("creates a enw line & puts cursor onto a new line", function(done) {
|
it("creates a new line & puts cursor onto a new line", function(done) {
|
||||||
var inner$ = helper.padInner$;
|
var inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
var chrome$ = helper.padChrome$;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue