Уменьшено количество попыток перелистывания страниц в тесте пагинации

sidebar_filter
nsubbot 2025-10-29 14:12:28 +03:00
parent 3b52bb2c76
commit 9d519f43b7
1 changed files with 1 additions and 1 deletions

View File

@ -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()