From 37334b3818e507a27352498fb00363f0ebd363b8 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 16 Mar 2022 14:07:23 +0000 Subject: [PATCH] Bug 29915: (QA follow-up) Spelling --- t/db_dependent/selenium/authentication.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t index bd86fa7796..25dc8ed324 100755 --- a/t/db_dependent/selenium/authentication.t +++ b/t/db_dependent/selenium/authentication.t @@ -249,7 +249,7 @@ SKIP: { $driver->get($mainpage . q|?logout.x=1|); # FIXME This new get should not be needed, but the cookie is not modified right after logout - # However it's not the behavour when testing the UI + # However it's not the behaviour when testing the UI $driver->get($mainpage); # After logout a new cookie is generated, the previous session has been deleted -- 2.20.1