fixed typo in publisher jasmine spec
This commit is contained in:
parent
bd8c9af122
commit
3e008a54d4
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ describe("Publisher", function() {
|
|||
Publisher.toggleServiceField($(".service_icon#facebook").first());
|
||||
expect($('#publisher [name="services[]"]').length).toBe(1);
|
||||
|
||||
Publisher.toggleServiceField(($(".service_icon#twitter").first());
|
||||
Publisher.toggleServiceField($(".service_icon#twitter").first());
|
||||
expect($('#publisher [name="services[]"]').length).toBe(2);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue