Skip to content

Commit e8b7d9a

Browse files
committed
incorporated Alex's comment in the code
1 parent d730fb8 commit e8b7d9a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

dev/tests/verification/Tests/SecretCredentialDataTestCest.php

+1-12
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,9 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace tests\verification\Tests;
7+
namespace Magento\FunctionalTestingFramework\Tests\Verification;
88

99
use Magento\FunctionalTestingFramework\AcceptanceTester;
10-
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
11-
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
12-
use \Codeception\Util\Locator;
13-
use Yandex\Allure\Adapter\Annotation\Features;
14-
use Yandex\Allure\Adapter\Annotation\Stories;
15-
use Yandex\Allure\Adapter\Annotation\Title;
16-
use Yandex\Allure\Adapter\Annotation\Description;
17-
use Yandex\Allure\Adapter\Annotation\Parameter;
18-
use Yandex\Allure\Adapter\Annotation\Severity;
19-
use Yandex\Allure\Adapter\Model\SeverityLevel;
20-
use Yandex\Allure\Adapter\Annotation\TestCaseId;
2110

2211
/**
2312
*/

0 commit comments

Comments
 (0)