Bug 18084: (RM follow-up) Fix authentication tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 7 Oct 2019 11:08:36 +0000 (12:08 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 7 Oct 2019 11:10:54 +0000 (12:10 +0100)
commit5c76ad78a3d5c9d485a7884deb2fe39834fb880c
tree2e0fa252b1155f7adeadc25bcd3ee6475d74ec3e
parent43519c0525a07b8f784fd9166eb0db3430e29042
Bug 18084: (RM follow-up) Fix authentication tests

A change to the way we hide/expose the user menu in the opac resulted in
the authentication selenium tests failing. This was due to the logout
button being identified as hidden under the new code and as such the
logout action not being triggered correctly between each login test. The
was was simply to add an additonal 'click' event called on the menu
button to put the logout link into the visible viewport.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/selenium/authentication.t