https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38899

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #22 from Jonathan Druart <[email protected]> ---
There is something wrong.
Cypress tests are now failing, because you renamed #vendor_add with
#add_vendor.

But renaming in the test is not enough, as I think it's not consistent:
* the naming is not "add_vendor" vs "vendors_list", etc.
* the block on which the id is is not consistent:

main
  #vendors_list
    #toolbar
    .page-section
      the content
vs

main
  h1
  #add_vendor
    #toolbar
    the content

-- 
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/

Reply via email to