Revert "tests: comment out some chat tests for now until we can find a fix"

This reverts commit 16d9ca774b.
This commit is contained in:
John McLear 2020-06-05 23:54:57 +00:00
parent 16d9ca774b
commit b6bcdaf772

View file

@ -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$;