From 35f1882858d08002580fa70f94fd37ebe5a0ea4f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 13 Sep 2023 11:23:11 +0200 Subject: [PATCH] document when the scrollbar error was fixed --- tests/test_pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pages.py b/tests/test_pages.py index b8f7326..6b23e0c 100644 --- a/tests/test_pages.py +++ b/tests/test_pages.py @@ -13,7 +13,7 @@ EXCLUDE_ERRORS = ( - # https://projects.theforeman.org/issues/36093 + # Fixed in Foreman 3.7 - https://projects.theforeman.org/issues/36093 'Scrollbar test exception: TypeError:', )