diff --git a/tests/frontend/specs/chat.js b/tests/frontend/specs/chat.js index 8cbb2a629..4a88379df 100644 --- a/tests/frontend/specs/chat.js +++ b/tests/frontend/specs/chat.js @@ -64,7 +64,7 @@ describe("Chat messages and UI", function(){ }); }); - xit("makes chat stick to right side of the screen", function(done) { + it("makes chat stick to right side of the screen", function(done) { var inner$ = helper.padInner$; var chrome$ = helper.padChrome$; @@ -102,7 +102,7 @@ describe("Chat messages and UI", function(){ }); - xit("makes chat stick to right side of the screen then makes it one step smaller", function(done) { + it("makes chat stick to right side of the screen then makes it one step smaller", function(done) { var inner$ = helper.padInner$; var chrome$ = helper.padChrome$;