summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser/test_sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/browser/test_sample.py')
-rw-r--r--bitbake/lib/toaster/tests/browser/test_sample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_sample.py b/bitbake/lib/toaster/tests/browser/test_sample.py
index 7bb8b97e8c..20ec53c28a 100644
--- a/bitbake/lib/toaster/tests/browser/test_sample.py
+++ b/bitbake/lib/toaster/tests/browser/test_sample.py
@@ -37,5 +37,5 @@ class TestSample(SeleniumTestCase):
37 def test_landing_page_has_brand(self): 37 def test_landing_page_has_brand(self):
38 url = reverse('landing') 38 url = reverse('landing')
39 self.get(url) 39 self.get(url)
40 brand_link = self.find('span.brand a') 40 brand_link = self.find('.toaster-navbar-brand a.brand')
41 self.assertEqual(brand_link.text.strip(), 'Toaster') 41 self.assertEqual(brand_link.text.strip(), 'Toaster')