]> git.koha-community.org Git - koha.git/commit
Bug 28633: Fix patrons_search.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 13 Nov 2024 14:45:56 +0000 (15:45 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 13 Nov 2024 16:00:48 +0000 (17:00 +0100)
commit1a9dfde6679c7fbcfc78c7cac69473c6c8d539f7
treefca43a2b5e5645d9c6d969704d9a4db702d23f70
parentcfb841f9e6abc56735f8567ec40f46702cda9786
Bug 28633: Fix patrons_search.t

This does not belong here, but raised to me here, so attaching on this
one.
This feels like it's coming from bug 33484, but those tests were passing
after it has been pushed.

This patch fixes the following error:
Error while executing command: stale element reference: The element reference of <input type="text"> is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed at /usr/share/perl5/Selenium/Remote/Driver.pm line 411.

Since bug 33484 the row with the filters is redrawn on table redraw. So
we need to search for the input every time the table is redrawn.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/selenium/patrons_search.t