Bugzilla – Attachment 176020 Details for
Bug 37398
Initialize a datepicker on all date/datetime fields when adding/editing items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37398: Fix test in basic_workflow.t
Bug-37398-Fix-test-in-basicworkflowt.patch (text/plain), 1.08 KB, created by
Lucas Gass (lukeg)
on 2024-12-30 19:28:14 UTC
(
hide
)
Description:
Bug 37398: Fix test in basic_workflow.t
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-12-30 19:28:14 UTC
Size:
1.08 KB
patch
obsolete
>From aba3e99314fb07a270ea12f5261ccbc1ca10dd67 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 30 Dec 2024 19:27:58 +0000 >Subject: [PATCH] Bug 37398: Fix test in basic_workflow.t > >--- > t/db_dependent/selenium/basic_workflow.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t >index d8ee38c4778..b58e823e24b 100755 >--- a/t/db_dependent/selenium/basic_workflow.t >+++ b/t/db_dependent/selenium/basic_workflow.t >@@ -205,8 +205,7 @@ SKIP: { > elsif ( > $id =~ m|^tag_952_subfield_w| # replacementpricedate > ) { >- $v = strftime("%Y-%m-%d", localtime); >- $effective_input = $driver->find_element('//div[@id="subfield952w"]/input[@type="text" and @class="input_marceditor items.replacementpricedate noEnterSubmit flatpickr-input"]'); >+ next; # The input has been prefilled with %Y-%m-%d already > } > elsif ( > $id =~ m|^tag_952_subfield_y| # itemtype >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37398
:
171416
|
171417
|
171419
|
171420
|
171421
|
171422
|
171423
|
171424
|
171881
|
171882
|
171919
|
171963
|
172187
|
172188
|
172189
|
172190
|
172191
|
172192
|
172193
|
172194
|
172195
|
172196
|
174558
|
174559
|
174560
|
174561
|
174562
|
174563
|
174564
|
174565
|
174566
| 176020