Bugzilla – Attachment 114205 Details for
Bug 12430
Relevance ranking should also be used without QueryWeightFields system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12430: Fix selenium/regressions.t failure
Bug-12430-Fix-seleniumregressionst-failure.patch (text/plain), 1.71 KB, created by
Jonathan Druart
on 2020-12-04 16:07:19 UTC
(
hide
)
Description:
Bug 12430: Fix selenium/regressions.t failure
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-12-04 16:07:19 UTC
Size:
1.71 KB
patch
obsolete
>From a92c7fa401d1644d20c1ec1850a8655e839131a3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Dec 2020 17:05:30 +0100 >Subject: [PATCH] Bug 12430: Fix selenium/regressions.t failure > >Test failed with > # Looks like you planned 4 tests but ran 3. >t/db_dependent/selenium/regressions.t .. 2/5 > # Failed test 'OPAC - Remove from cart' > # at t/db_dependent/selenium/regressions.t line 109. >Error while executing command: clickElement: An unknown server-side error occurred while processing the command.: Element is not clickable at point (583.7000122070312, 14). Other element would receive the click: <a class="page-link" href="/cgi-bin/koha/opac-search.pl?idx=kw&q=d&offset=420&sort_by=relevance_dsc&count=20" aria-label="Go to the last page"></a> > >https://pic.infini.fr//Qhq7pLBq/jT9wZ7F1 >The remove from basket link for the biblio 3 is hidden by the floating >toolbar. >--- > t/db_dependent/selenium/regressions.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t >index 3ee8fa190c..c18c95a837 100755 >--- a/t/db_dependent/selenium/regressions.t >+++ b/t/db_dependent/selenium/regressions.t >@@ -70,10 +70,10 @@ subtest 'OPAC - borrowernumber and branchcode as html attributes' => sub { > > subtest 'OPAC - Remove from cart' => sub { > plan tests => 4; >- >+ > # We need to prevent scrolling to prevent the floating toolbar from overlapping buttons we are testing > my $window_size = $driver->get_window_size(); >- $driver->set_window_size(1920,1080); >+ $driver->set_window_size(1920,10800); > > $driver->get( $opac_base_url . "opac-search.pl?q=d" ); > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12430
:
28880
|
96167
|
98188
|
98619
|
99141
|
99142
|
99158
|
114129
|
114130
|
114131
|
114132
|
114137
|
114138
|
114200
| 114205 |
114275