https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010 --- Comment #404 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #403)
Created attachment 182438 [details] [review] Bug 38010: Fix cypress tests by mocking more API responses
Jenkins runs the tests on top of the onboarding, there is no acq data
This patch fixes the 2 remaining cypress failures <testcase name="Vendor CRUD operations should edit a vendor" time="0.000" classname="should edit a vendor"> <failure message="Timed out retrying after 10000ms: Expected to find element: `#vendors_list table tbody tr:first`, but never found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected to find element: `#vendors_list table tbody tr:first`, but never found it. at Context.eval (webpack://koha/./t/cypress/integration/Acquisitions/Vendors_spec.ts:193:11)]]></failure> </testcase> <testcase name="Vendor CRUD operations should show a vendor" time="0.000" classname="should show a vendor"> <failure message="Timed out retrying after 10000ms: Expected to find element: `#vendors_show h1`, but never found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected to find element: `#vendors_show h1`, but never found it. at Context.eval (webpack://koha/./t/cypress/integration/Acquisitions/Vendors_spec.ts:232:11)]]></failure> </testcase> -- You are receiving this mail because: You are watching all bug changes.