mirror of https://github.com/zulip/zulip.git
07-stars.js: Remove waitForText.
This commit is contained in:
parent
fe8204f1f0
commit
5ae822fc54
|
@ -24,7 +24,9 @@ common.then_send_message('stream', {
|
|||
content: 'test star',
|
||||
});
|
||||
|
||||
casper.waitForText("test star");
|
||||
casper.then(function () {
|
||||
casper.waitForSelectorText("#zhome .message_row", "test star");
|
||||
});
|
||||
|
||||
casper.then(function () {
|
||||
casper.test.info("Checking star counts");
|
||||
|
|
Loading…
Reference in New Issue