recognize reconnect in clear_authorship_colors test

This commit is contained in:
webzwo0i 2015-03-03 16:17:39 +01:00
parent 0693c0ae97
commit 393a4e54e5
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ describe("clear authorship colors button", function(){
var hasAuthorClass = inner$("div").first().attr("class").indexOf("author") !== -1;
expect(hasAuthorClass).to.be(false);
var disconnectVisible = chrome$("div.disconnected").attr("class").indexOf("visible") === -1
expect(disconnectVisible).to.be(false);
done();
});