summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser/test_sample.py
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-06-10 17:54:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:06 +0100
commit000d724312b57d8c737593cb9e05aba2cf9c7d5f (patch)
treec2fa6e959fc3a18cf39b6ae39d1932a7c0ecf6a7 /bitbake/lib/toaster/tests/browser/test_sample.py
parentf48feeb76dd9dad4eb8d15811104c6b6aa538e7d (diff)
downloadpoky-000d724312b57d8c737593cb9e05aba2cf9c7d5f.tar.gz
bitbake: toaster: selenium tests Fix all_projects page and sample tests
Fix the selectors after changes made for bootstrap3 and table links being removed. (Bitbake rev: fccc8869dc465b49f236c15a9aa14b7d06694b8e) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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')