pytest-based selenium tests increase selenium implicit wait

When the environment is very slow, the 10s selenium
implicit wait is not enough for some elements.

Change-Id: Icdd851e35c9544cea77a5987fcc3946d5cab0ac6
This commit is contained in:
Jan Jasek 2024-08-27 16:25:58 +02:00
parent b2b822c985
commit bb79e92ebb

View File

@ -28,7 +28,7 @@ screenshots_directory=test_reports
# Implicit timeout to wait until element become available,
# this timeout is used for every find_element, find_elements call.
# (integer value)
implicit_wait=10
implicit_wait=30
# Explicit timeout is used for long lasting operations,
# methods using explicit timeout are usually prefixed with 'wait',