From 9d519f43b70988b9b44e3f07da45040115c396ab Mon Sep 17 00:00:00 2001 From: nsubbot Date: Wed, 29 Oct 2025 14:12:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BA=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B2=D0=BE=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BE=D0=BA=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BB=D0=B8=D1=81=D1=82=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=86=20=D0=B2=20=D1=82=D0=B5=D1=81=D1=82=D0=B5=20=D0=BF=D0=B0?= =?UTF-8?q?=D0=B3=D0=B8=D0=BD=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/test_system_log_events_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/test_system_log_events_container.py b/tests/e2e/test_system_log_events_container.py index 40bd561..6299a5d 100644 --- a/tests/e2e/test_system_log_events_container.py +++ b/tests/e2e/test_system_log_events_container.py @@ -197,7 +197,7 @@ class TestSystemLogEventsContainer: # to_do: проверка, что происходит обновление содержимого таблицы counter = 1 # temporarily - max_pages = 20 + max_pages = 5 while not is_chevron_right_disabled and counter <= max_pages: # while not is_chevron_right_disabled: system_log_events_container.click_chevron_right()