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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-10-18 22:26:43 +01:00
parent 566c6dca28
commit fa56ea47b1

View File

@@ -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