Skip to content

Commit 79c7850

Browse files
committed
Add slow-scrolling to demo_mode asserts
1 parent e63af1c commit 79c7850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,6 +3031,7 @@ def __highlight_with_assert_success(
30313031
except Exception:
30323032
# Don't highlight if can't convert to CSS_SELECTOR
30333033
return
3034+
self.__slow_scroll_to_element(element)
30343035

30353036
o_bs = '' # original_box_shadow
30363037
style = element.get_attribute('style')

0 commit comments

Comments
 (0)