Skip to content

Commit 4f20656

Browse files
authored
Merge branch '2.4-develop' into issue-7213
2 parents b4a02dd + 97f9b00 commit 4f20656

File tree

3,304 files changed

+2
-224031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,304 files changed

+2
-224031
lines changed

.php_cs.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
$finder = PhpCsFixer\Finder::create()
1212
->name('*.phtml')
13-
->exclude('dev/tests/functional/generated')
14-
->exclude('dev/tests/functional/var')
15-
->exclude('dev/tests/functional/vendor')
1613
->exclude('dev/tests/integration/tmp')
1714
->exclude('dev/tests/integration/var')
1815
->exclude('lib/internal/Cm')

app/code/Magento/Backend/Test/Mftf/Test/AdminLoginSuccessfulTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<group value="login"/>
2121
</annotations>
2222

23+
2324
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2425
<actionGroup ref="AssertAdminSuccessLoginActionGroup" stepKey="assertLoggedIn"/>
2526
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>

app/code/Magento/Customer/Test/Mftf/Section/AdminDeleteUserSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section name="AdminDeleteUserSection">
1212
<element name="theUser" selector="//td[contains(text(), 'John')]" type="button"/>
1313
<element name="password" selector="#user_current_password" type="input"/>
14-
<element name="delete" selector="//button/span[contains(text(), 'Delete User')]" type="button"/>
14+
<element name="delete" selector=".page-actions-buttons #delete" type="button"/>
1515
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>
1616
</section>
1717
</sections>

dev/tests/functional/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

dev/tests/functional/bootstrap.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

dev/tests/functional/composer.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

dev/tests/functional/credentials.xml.dist

Lines changed: 0 additions & 64 deletions
This file was deleted.

dev/tests/functional/etc/config.xml.dist

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)