From ae6afac3ca6e85b9fd8c527a96b3986cd80df940 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Thu, 13 Jun 2013 16:31:19 -0400 Subject: [PATCH] Fix race condition in 07-stars.js test. (imported from commit ad309b2d30f02c93be47319086cd330684042e80) --- zephyr/tests/frontend/tests/07-stars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/tests/frontend/tests/07-stars.js b/zephyr/tests/frontend/tests/07-stars.js index 2b376719d5..d8d79089ff 100644 --- a/zephyr/tests/frontend/tests/07-stars.js +++ b/zephyr/tests/frontend/tests/07-stars.js @@ -39,7 +39,7 @@ casper.then(function() { casper.click('a[href^="#narrow/is/starred"]'); }); -casper.then(function() { +casper.waitUntilVisible('#zfilt', function () { // You can narrow to your starred messages. common.expected_messages('zfilt', ['Verona stars'], ['

test star

']); common.un_narrow();