diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-18 22:26:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-24 11:24:03 +0100 |
commit | fa56ea47b17a9416c3d0a4fe95594d16e5f3130b (patch) | |
tree | 5a775ff2dc758ce586be2a33ccf70b022800d1eb /bitbake/lib | |
parent | 566c6dca28ea436de791db933f52eba9eef822fb (diff) | |
download | poky-fa56ea47b17a9416c3d0a4fe95594d16e5f3130b.tar.gz |
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>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/tests/functional/test_project_page.py | 9 |
1 files changed, 0 insertions, 9 deletions
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): | |||
182 | 182 | ||
183 | class TestProjectPage(TestProjectPageBase): | 183 | class TestProjectPage(TestProjectPageBase): |
184 | 184 | ||
185 | def test_create_project(self): | ||
186 | """ Create/Test new project using: | ||
187 | - Project Name: Any string | ||
188 | - Release: Any string | ||
189 | - Merge Toaster settings: True or False | ||
190 | """ | ||
191 | self._create_project(project_name=self.PROJECT_NAME) | ||
192 | |||
193 | |||
194 | def test_page_header_on_project_page(self): | 185 | def test_page_header_on_project_page(self): |
195 | """ Check page header in project page: | 186 | """ Check page header in project page: |
196 | - AT LEFT -> Logo of Yocto project, displayed, clickable | 187 | - AT LEFT -> Logo of Yocto project, displayed, clickable |