mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
recognize reconnect in clear_authorship_colors test
This commit is contained in:
parent
0693c0ae97
commit
393a4e54e5
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ describe("clear authorship colors button", function(){
|
||||||
var hasAuthorClass = inner$("div").first().attr("class").indexOf("author") !== -1;
|
var hasAuthorClass = inner$("div").first().attr("class").indexOf("author") !== -1;
|
||||||
expect(hasAuthorClass).to.be(false);
|
expect(hasAuthorClass).to.be(false);
|
||||||
|
|
||||||
|
|
||||||
|
var disconnectVisible = chrome$("div.disconnected").attr("class").indexOf("visible") === -1
|
||||||
|
expect(disconnectVisible).to.be(false);
|
||||||
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue