Skip to content

Commit 4be5e87

Browse files
committed
ACP2E-3710: fix static and svc errors
1 parent 0340692 commit 4be5e87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontLoginFormCheckDuplicateValidateMessageTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<severity value="MAJOR"/>
1818
<group value="Customer"/>
1919
<group value="cloud"/>
20+
<group value="pr_exclude"/>
2021
<testCaseId value="AC-12714"/>
2122
</annotations>
2223

lib/web/jquery/jquery.validate.extended.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* All Rights Reserved.
44
*/
55
define(['jquery', 'jquery/jquery.validate'], function ($) {
6+
'use strict';
7+
68
$.validator.prototype.errorsFor = function (element) {
79
let name = this.escapeCssMeta(this.idOrName(element)),
810
describer = $(element).attr('aria-describedby'),
@@ -22,4 +24,3 @@ define(['jquery', 'jquery/jquery.validate'], function ($) {
2224

2325
return $;
2426
});
25-

0 commit comments

Comments
 (0)