summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/functional/test_project_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/functional/test_project_page.py')
-rw-r--r--bitbake/lib/toaster/tests/functional/test_project_page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/functional/test_project_page.py b/bitbake/lib/toaster/tests/functional/test_project_page.py
index adbe3587e4..0e36b44ffd 100644
--- a/bitbake/lib/toaster/tests/functional/test_project_page.py
+++ b/bitbake/lib/toaster/tests/functional/test_project_page.py
@@ -708,7 +708,7 @@ class TestProjectPage(SeleniumFunctionalTestCase):
708 - Check layer summary 708 - Check layer summary
709 - Check layer description 709 - Check layer description
710 """ 710 """
711 url = reverse("layerdetails", args=(TestProjectPage.project_id, 8)) 711 url = reverse("layerdetails", args=(TestProjectPage.project_id, 7))
712 self.get(url) 712 self.get(url)
713 self.wait_until_visible('.page-header') 713 self.wait_until_visible('.page-header')
714 # check title is displayed 714 # check title is displayed