<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 15320 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 190, Issue 21<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Roles for 22.05 open (Jonathan Druart)<br>   2. Koha Community Newsletter: September 2021 (Koha Newsletter)<br>   3. Re: Release Manager for 22.05 (Victor Grousset/tuxayo)<br>   4. Can we add HTML classes to add semantic to elements when<br>      writing automated UI tests? (Victor Grousset/tuxayo)<br>   5. Re: Can we add HTML classes to add semantic to elements when<br>      writing automated UI tests? (Noor Khalid)<br>   6. Re: Can we add HTML classes to add semantic to elements when<br>      writing automated UI tests? (Jonathan Druart)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 29 Sep 2021 17:12:27 +0200<br>From: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>To: koha <koha@lists.katipo.co.nz>,  koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Roles for 22.05 open<br>Message-ID:<br>    <CAJzKNY54cnPaGdvJaifhr4O6aHv1LKV8+BV_K6T_zD5NhxEBCQ@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>Hello everybody,<br><br>The roles for the 22.05 release cycle are now opened.<br>The vote will take place during one of the dev meetings in October.<br><br>https://wiki.koha-community.org/wiki/Roles_for_22.05<br><br>The description of the roles can be found at this wiki page<br>https://wiki.koha-community.org/wiki/Project_roles<br><br>Regards,<br>Jonathan<br><br><br>------------------------------<br><br>Message: 2<br>Date: Wed, 29 Sep 2021 19:03:37 +0200<br>From: Koha Newsletter <kohanews@gmail.com><br>To: koha <koha@lists.katipo.co.nz>,  koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Koha Community Newsletter: September 2021<br>Message-ID:<br>    <CAEqgz_mVYtbZ9x6vfhz73HL3u76iRtMPAm7r7_HU=2Fx6Yr3ow@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>The Koha Community Newsletter for September 2021 is here:<br><br>* https://koha-community.org/koha-community-newsletter-september-2021/<br><br>Many thanks to everyone who submitted articles and news to this newsletter!<br><br>Please feel free to email me with any corrections or suggestions.<br>--<br>Michael Kuhn<br>Editor, Koha Community Newsletter<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210929/bacf06c5/attachment-0001.htm><br><br>------------------------------<br><br>Message: 3<br>Date: Wed, 29 Sep 2021 20:23:34 +0200<br>From: Victor Grousset/tuxayo <victor@tuxayo.net><br>To: Paul Poulain <paul.poulain@biblibre.com>, koha-devel<br>    <koha-devel@lists.koha-community.org>, Fridolin SOMERS<br>    <fridolin.somers@biblibre.com><br>Subject: Re: [Koha-devel] Release Manager for 22.05<br>Message-ID: <3df251f3-0af7-54de-5f3e-cd0803f317fd@tuxayo.net><br>Content-Type: text/plain; charset=utf-8; format=flowed<br><br>Fantastic news! :D<br><br>> The roles_for_22.05 page has not been created on the wiki if I'm not <br>> wrong, shall I create it ?<br><br>Here it is, since today<br><br>https://wiki.koha-community.org/wiki/Roles_for_22.05<br>cc Fridolin<br><br>Cheers,<br><br>-- <br>Victor Grousset/tuxayo<br><br><br>------------------------------<br><br>Message: 4<br>Date: Thu, 30 Sep 2021 00:25:01 +0200<br>From: Victor Grousset/tuxayo <victor@tuxayo.net><br>To: koha-devel <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Can we add HTML classes to add semantic to<br>    elements when writing automated UI tests?<br>Message-ID: <78e08fe6-74d1-5c7c-ec77-f0612ab44215@tuxayo.net><br>Content-Type: text/plain; charset=utf-8; format=flowed<br><br>Hi :)<br><br>I'm writing an UI test for creating a club to later use it for holds.<br>In the page /cgi-bin/koha/clubs/clubs.pl<br>There is the button "New club" , I would like to click on it but it has <br>nothing in the classes or id that tells it's this button.<br><br>I could use a vague and fragile in the long run selector like ".main <br>.dropdown-toggle" and comment explaining what it is.<br><br>Or I could add a class like "new-club" to the <button><br><br>Maybe there is a way I missed to have a readable, concise and durable <br>way to click on the dropdown button but the question will still stand <br>for a future case way there won't be such a way.<br><br>Also maybe there is better class name than "new-club".<br>The naming practice is also an important question.<br><br>Cheers,<br><br>-- <br>Victor Grousset/tuxayo<br><br><br>------------------------------<br><br>Message: 5<br>Date: Thu, 30 Sep 2021 07:45:06 +0500<br>From: Noor Khalid <noorkhalid88@gmail.com><br>To: "Victor Grousset/tuxayo" <victor@tuxayo.net><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Can we add HTML classes to add semantic to<br>    elements when writing automated UI tests?<br>Message-ID:<br>    <CAO9o0-rptvj3-kLC4Tec+Ex8MK_qJ7fTiAsUw09RHdwhb=GoAA@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>On Thu, Sep 30, 2021, 3:25 AM Victor Grousset/tuxayo <victor@tuxayo.net><br>wrote:<br><br>> Hi :)<br>><br>> I'm writing an UI test for creating a club to later use it for holds.<br>> In the page /cgi-bin/koha/clubs/clubs.pl<br>> There is the button "New club" , I would like to click on it but it has<br>> nothing in the classes or id that tells it's this button.<br>><br>> I could use a vague and fragile in the long run selector like ".main<br>> .dropdown-toggle" and comment explaining what it is.<br>><br>> Or I could add a class like "new-club" to the <button><br>><br>> Maybe there is a way I missed to have a readable, concise and durable<br>> way to click on the dropdown button but the question will still stand<br>> for a future case way there won't be such a way.<br>><br>> Also maybe there is better class name than "new-club".<br>> The naming practice is also an important question.<br>><br>> Cheers,<br>><br>> --<br>> Victor Grousset/tuxayo<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210930/982e1567/attachment-0001.htm><br><br>------------------------------<br><br>Message: 6<br>Date: Thu, 30 Sep 2021 08:21:58 +0200<br>From: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>To: "Victor Grousset/tuxayo" <victor@tuxayo.net><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Can we add HTML classes to add semantic to<br>    elements when writing automated UI tests?<br>Message-ID:<br>    <CAJzKNY6KdtQH8hnH1adtPaZEqJVMbtzSfOU9m5awLazA=kCK-w@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>Hi Victor,<br><br>Yes, assign a class or id to the element.<br>This is done several times in basic_workflow.t<br><br>Cheers,<br>Jonathan<br><br>Le jeu. 30 sept. 2021 à 00:25, Victor Grousset/tuxayo<br><victor@tuxayo.net> a écrit :<br>><br>> Hi :)<br>><br>> I'm writing an UI test for creating a club to later use it for holds.<br>> In the page /cgi-bin/koha/clubs/clubs.pl<br>> There is the button "New club" , I would like to click on it but it has<br>> nothing in the classes or id that tells it's this button.<br>><br>> I could use a vague and fragile in the long run selector like ".main<br>> .dropdown-toggle" and comment explaining what it is.<br>><br>> Or I could add a class like "new-club" to the <button><br>><br>> Maybe there is a way I missed to have a readable, concise and durable<br>> way to click on the dropdown button but the question will still stand<br>> for a future case way there won't be such a way.<br>><br>> Also maybe there is better class name than "new-club".<br>> The naming practice is also an important question.<br>><br>> Cheers,<br>><br>> --<br>> Victor Grousset/tuxayo<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 190, Issue 21<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>