mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fixed change user name test
This commit is contained in:
parent
f30300d6fd
commit
922e47f8bd
1 changed files with 1 additions and 1 deletions
|
@ -53,8 +53,8 @@ describe("change username value", function(){
|
||||||
var $firstChatMessage = chrome$("#chattext").children("p");
|
var $firstChatMessage = chrome$("#chattext").children("p");
|
||||||
var containsJohnMcLear = $firstChatMessage.text().indexOf("John McLear") !== -1; // does the string contain John McLear
|
var containsJohnMcLear = $firstChatMessage.text().indexOf("John McLear") !== -1; // does the string contain John McLear
|
||||||
expect(containsJohnMcLear).to.be(true); // expect the first chat message to contain JohnMcLear
|
expect(containsJohnMcLear).to.be(true); // expect the first chat message to contain JohnMcLear
|
||||||
|
done();
|
||||||
});
|
});
|
||||||
done();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it("make sure the username has stuck when we create a new pad", function(done){
|
it("make sure the username has stuck when we create a new pad", function(done){
|
||||||
|
|
Loading…
Reference in a new issue