recognize reconnect in clear_authorship_colors test
This commit is contained in:
parent
0693c0ae97
commit
393a4e54e5
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue