UNPKG

donejs

Version:
9 lines (7 loc) 256 B
MinUnit.module("Adding the message model"); MinUnit.test("message-model component added", function(done){ F(".btn-primary").exists().click(); F("chat-messages a").exists().click(); F("chat-home").exists("Returned back to the home page"); F(done); });