Skip to content

Commit c5083b1

Browse files
committed
MQE-1691: CREDS resolution does not occur from Suite <before>
1 parent 9e9a20f commit c5083b1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dev/tests/verification/Resources/functionalSuiteHooks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Group;
44

55
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
6+
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
67

78
/**
89
* Group class is Codeception Extension which is allowed to handle to all internal events.

dev/tests/verification/Resources/functionalSuiteWithComments.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Group;
44

55
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
6+
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
67

78
/**
89
* Group class is Codeception Extension which is allowed to handle to all internal events.

src/Magento/FunctionalTestingFramework/Suite/views/SuiteClass.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Group;
44

55
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
6+
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
67

78
/**
89
* Group class is Codeception Extension which is allowed to handle to all internal events.

0 commit comments

Comments
 (0)