mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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:
@@ -182,15 +182,6 @@ class TestProjectPageBase(SeleniumFunctionalTestCase):
|
|||||||
|
|
||||||
class TestProjectPage(TestProjectPageBase):
|
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):
|
def test_page_header_on_project_page(self):
|
||||||
""" Check page header in project page:
|
""" Check page header in project page:
|
||||||
- AT LEFT -> Logo of Yocto project, displayed, clickable
|
- AT LEFT -> Logo of Yocto project, displayed, clickable
|
||||||
|
|||||||
Reference in New Issue
Block a user