mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add feature test framework, using selenium and chromedriver for UI testing.
Written by both George and Atira at Pivotal.
This commit is contained in:
@@ -48,7 +48,7 @@ class TestsGeneratorRegistry(ABCMeta):
|
||||
# Register this type of module, based on the module name
|
||||
# Avoid registering the BaseDriver itself
|
||||
|
||||
if name != 'BaseTestGenerator':
|
||||
if name != 'BaseTestGenerator' and name != 'BaseFeatureTest':
|
||||
TestsGeneratorRegistry.registry[d['__module__']] = cls
|
||||
|
||||
ABCMeta.__init__(cls, name, bases, d)
|
||||
|
||||
Reference in New Issue
Block a user