diff options
-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 |