Skip to content

Commit 1d159fa

Browse files
authored
Update 2.1.11.yaml
Signed-off-by: Hamed Salimian <[email protected]>
1 parent 6ff33dc commit 1d159fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/headless/2.1.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ headless:
3030
args:
3131
code: |
3232
() => {
33-
return (function verifyPasteFunction(testValue = "{{rand_text_alphanumeric(16)}}") {
33+
return (function verifyPasteFunction(testValue = "{{rand_text_alphanumeric(14)}}") {
3434
const passwordFields = document.querySelectorAll('input[name="{{password_field_name}}"]');
3535
3636
if (passwordFields.length === 0) {

0 commit comments

Comments
 (0)