mirror of https://github.com/zulip/zulip.git
Fix race condition in 07-stars.js test.
(imported from commit ad309b2d30f02c93be47319086cd330684042e80)
This commit is contained in:
parent
3f2bdae1e1
commit
ae6afac3ca
|
@ -39,7 +39,7 @@ casper.then(function() {
|
||||||
casper.click('a[href^="#narrow/is/starred"]');
|
casper.click('a[href^="#narrow/is/starred"]');
|
||||||
});
|
});
|
||||||
|
|
||||||
casper.then(function() {
|
casper.waitUntilVisible('#zfilt', function () {
|
||||||
// You can narrow to your starred messages.
|
// You can narrow to your starred messages.
|
||||||
common.expected_messages('zfilt', ['Verona stars'], ['<p>test star</p>']);
|
common.expected_messages('zfilt', ['Verona stars'], ['<p>test star</p>']);
|
||||||
common.un_narrow();
|
common.un_narrow();
|
||||||
|
|
Loading…
Reference in New Issue