mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Fix race condition in 07-stars.js test.
(imported from commit ad309b2d30f02c93be47319086cd330684042e80)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user