Bugzilla – Attachment 107716 Details for
Bug 25811
authentication.t is failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25811: Try to fix the random failure caused by not finding id=login
Bug-25811-Try-to-fix-the-random-failure-caused-by-.patch (text/plain), 950 bytes, created by
Jonathan Druart
on 2020-08-03 15:58:30 UTC
(
hide
)
Description:
Bug 25811: Try to fix the random failure caused by not finding id=login
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-08-03 15:58:30 UTC
Size:
950 bytes
patch
obsolete
>From a13f40e5502015560a85c162bd9ff6b56221ef79 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 3 Aug 2020 17:57:02 +0200 >Subject: [PATCH] Bug 25811: Try to fix the random failure caused by not > finding id=login > >--- > t/db_dependent/selenium/authentication.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t >index 359cac1cef..418346a202 100644 >--- a/t/db_dependent/selenium/authentication.t >+++ b/t/db_dependent/selenium/authentication.t >@@ -96,6 +96,7 @@ SKIP: { > > $driver->find_element('//a[@id="user-menu"]')->click; > $driver->find_element('//a[@id="logout"]')->click; >+ $driver->get($mainpage); # This should not be needed but we the next find_element fails randomly > $driver->find_element('//div[@id="login"]'); # logged out > > # Using the form on the right >-- >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 25811
:
107414
|
107444
|
107635
| 107716 |
108782
|
108796