summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-rw-r--r--bitbake/lib/toaster/tests/browser/test_sample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_sample.py b/bitbake/lib/toaster/tests/browser/test_sample.py
index 73973778e4..f04f1d9a16 100644
--- a/bitbake/lib/toaster/tests/browser/test_sample.py
+++ b/bitbake/lib/toaster/tests/browser/test_sample.py
@@ -32,6 +32,7 @@ class TestSample(SeleniumTestCase):
32 """ Test that a message is shown when there are no builds """ 32 """ Test that a message is shown when there are no builds """
33 url = reverse('all-builds') 33 url = reverse('all-builds')
34 self.get(url) 34 self.get(url)
35 self.wait_until_visible('#empty-state-allbuildstable') # wait for the empty state div to appear
35 div_msg = self.find('#empty-state-allbuildstable .alert-info') 36 div_msg = self.find('#empty-state-allbuildstable .alert-info')
36 37
37 msg = 'Sorry - no data found' 38 msg = 'Sorry - no data found'