mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Removed logging added for feature test failure. Added more assets to avoid false failures.
This commit is contained in:
@@ -38,7 +38,6 @@ class BaseFeatureTest(BaseTestGenerator):
|
||||
try:
|
||||
if self.parallel_ui_tests:
|
||||
self.page.login_to_app(self.server['login_details'])
|
||||
print("Login successful", file=sys.stderr)
|
||||
test_utils.reset_layout_db()
|
||||
self.page.driver.switch_to.default_content()
|
||||
self.page.wait_for_app()
|
||||
|
||||
Reference in New Issue
Block a user