https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 195448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195448&action=edit Bug 41830: Fix Vendors_spec.ts I think this happens because we select an option that didn't exist in the dropdown, and "Sorry, there is no matching options" from select2 is covering the discount input that is right under "Tax rates" 09:45:36 <testcase name="Vendor CRUD operations should add a vendor" time="0.000" classname="should add a vendor"> 09:45:36 <failure message="Timed out retrying after 10000ms: `cy.type()` failed because this element: 09:45:36 09:45:36 `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` 09:45:36 09:45:36 is being covered by another element: 09:45:36 09:45:36 `<li class="vs__no-options">Sorry, ...</li>` 09:45:36 09:45:36 Fix this problem, or use {force: true} to disable error checking. 09:45:36 09:45:36 https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 10000ms: `cy.type()` failed because this element: 09:45:36 09:45:36 `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
