Skip to content

Commit c40a50a

Browse files
committed
MAGETWO-32079: Alternative WebDriver support
1 parent aad6d8b commit c40a50a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dev/tests/functional/tests/app/Magento/Install/Test/Block/CreateAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Form;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* Create Admin Account block.

dev/tests/functional/tests/app/Magento/Install/Test/Block/CustomizeStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Form;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* Customize Your Store block.

dev/tests/functional/tests/app/Magento/Install/Test/Block/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Form;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* Database form.

dev/tests/functional/tests/app/Magento/Install/Test/Block/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Block;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* Install block.

dev/tests/functional/tests/app/Magento/Install/Test/Block/Landing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Block;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* Landing block.

dev/tests/functional/tests/app/Magento/Install/Test/Block/License.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Block;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* License block.

dev/tests/functional/tests/app/Magento/Install/Test/Block/Readiness.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Install\Test\Block;
77

88
use Mtf\Block\Block;
9-
use Mtf\Client\Element\Locator;
9+
use Mtf\Client\Locator;
1010

1111
/**
1212
* Readiness block.

0 commit comments

Comments
 (0)