Skip to content

Commit daa7455

Browse files
committed
Test issue #171
Fix program err
1 parent 975089d commit daa7455

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Focus.Spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ feature("Focusing A Masked Input",function(){
6868
expect(input).toHaveValue("1_");
6969
});
7070
});
71-
72-
73-
scenario("Mask containing optional mask ?,function(){
71+
72+
scenario("Mask containing optional mask ?",function(){
7473
given("the input has a partial value",function(){
7574
input.val("99");
7675
});

0 commit comments

Comments
 (0)