From fa56ea47b17a9416c3d0a4fe95594d16e5f3130b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Oct 2024 22:26:43 +0100 Subject: bitbake: toaster/tests/functiona/project_page: Drop pointless test covered elsewhere The project creation test is well covered in another module so just drop this one as there isn't any extra value added here. (Bitbake rev: d26414f191c73fb5330d10d97e240150a3fa1ee8) Signed-off-by: Richard Purdie --- bitbake/lib/toaster/tests/functional/test_project_page.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/toaster/tests/functional/test_project_page.py b/bitbake/lib/toaster/tests/functional/test_project_page.py index 40ef5f486a..7e73cac438 100644 --- a/bitbake/lib/toaster/tests/functional/test_project_page.py +++ b/bitbake/lib/toaster/tests/functional/test_project_page.py @@ -182,15 +182,6 @@ class TestProjectPageBase(SeleniumFunctionalTestCase): class TestProjectPage(TestProjectPageBase): - def test_create_project(self): - """ Create/Test new project using: - - Project Name: Any string - - Release: Any string - - Merge Toaster settings: True or False - """ - self._create_project(project_name=self.PROJECT_NAME) - - def test_page_header_on_project_page(self): """ Check page header in project page: - AT LEFT -> Logo of Yocto project, displayed, clickable -- cgit v1.2.3-54-g00ecf