Уменьшено количество попыток перелистывания страниц в тесте пагинации
parent
3b52bb2c76
commit
9d519f43b7
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue