mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Revert "tests: comment out some chat tests for now until we can find a fix"
This reverts commit 16d9ca774b
.
This commit is contained in:
parent
16d9ca774b
commit
b6bcdaf772
1 changed files with 2 additions and 2 deletions
|
@ -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 inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
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 inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
var chrome$ = helper.padChrome$;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue