Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 89fda29

Browse files
author
Serhii Khalymon
committed
Fix test
1 parent 4221155 commit 89fda29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/selenium/test_specific_cases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_check_window_with_ignore_region_fluent(eyes, driver):
4646
eyes.open(driver, "Eyes Selenium SDK - Fluent API", "TestCheckWindowWithIgnoreRegion_Fluent",
4747
{'width': 800, 'height': 600})
4848
driver.get('http://applitools.github.io/demo/TestPages/FramesTestPage/')
49+
driver.find_element_by_tag_name('input').send_keys('My Input')
4950
eyes.check_window("Fluent - Window with Ignore region", target=Target().ignore(
5051
Region(left=50, top=50, width=100, height=100)))
5152
eyes.close()

0 commit comments

Comments
 (0)