Summary: | Fix failing test for basic_workflow.t when adding item | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | arthur.suzuki, jonathan.druart, lucas, tomascohen, wainuiwitikapark |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.04,22.05.12,21.11.20
|
|
Circulation function: | |||
Attachments: |
Bug 33211: Fix failing test
Bug 33211: Fix failing test |
Description
Nick Clemens (kidclamp)
2023-03-13 14:38:50 UTC
Created attachment 148121 [details] [review] Bug 33211: Fix failing test This patch updates the selector to use the full class and find the text type as well Created attachment 148122 [details] [review] Bug 33211: Fix failing test This patch updates the selector to use the full class and find the text type as well Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 23.05. Nice work everyone, thanks! Many hands makes light work, thankyou everyone! Pushed to 22.11.x for the next release Backported to 22.05.x for upcoming 22.05.12 applied to 21.11.x for 21.11.20 Not backported to 21.05.x (In reply to Tomás Cohen Arazi from comment #2) > Created attachment 148122 [details] [review] [review] > Bug 33211: Fix failing test > > This patch updates the selector to use the full class and find the text > type as well > > Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> This patch actually makes a test fail under 22.05 A revert fixes the basic_workflow Error while executing command: no such element: Unable to locate element: //div[@id="subfield952w"]/input[@type="text" and @class="input_marceditor items.replacementpricedate noEnterSubmit flatpickr-input"] at /usr/share/perl5/Selenium/Remote/Driver.pm line 411. Pushed in April... Is this test failing since April?? |