Fix race condition in 07-stars.js test.

(imported from commit ad309b2d30f02c93be47319086cd330684042e80)
This commit is contained in:
Kevin Mehall 2013-06-13 16:31:19 -04:00
parent 3f2bdae1e1
commit ae6afac3ca
1 changed files with 1 additions and 1 deletions

View File

@ -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();