Skip to content

Commit b7e8f5c

Browse files
committed
TST: Implement new print in get event result
1 parent 23a6aa5 commit b7e8f5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_mouse.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def test_left_triple_click(web: WebBot):
4444

4545

4646
def test_triple_click_relative(web: WebBot):
47-
if web.browser.lower() in BROWSER_ERRORS:
48-
xfail(reason=f"Error in {web.browser} in decode dict.")
47+
# if web.browser.lower() in BROWSER_ERRORS:
48+
# xfail(reason=f"Error in {web.browser} in decode dict.")
4949

5050
web.browse(conftest.INDEX_PAGE)
5151

@@ -83,8 +83,8 @@ def test_right_double_click(web: WebBot):
8383

8484

8585
def test_left_click_relative(web: WebBot):
86-
if web.browser.lower() in BROWSER_ERRORS:
87-
xfail(reason=f"Error in {web.browser} in decode dict.")
86+
# if web.browser.lower() in BROWSER_ERRORS:
87+
# xfail(reason=f"Error in {web.browser} in decode dict.")
8888
web.browse(conftest.INDEX_PAGE)
8989

9090
web.add_image('mouse', os.path.join(conftest.PROJECT_DIR, 'resources', 'mouse.png'))
@@ -111,8 +111,8 @@ def test_left_double_click_relative(web: WebBot):
111111

112112

113113
def test_right_click_relative(web: WebBot):
114-
if web.browser.lower() in BROWSER_ERRORS:
115-
xfail(reason=f"Error in {web.browser} visual automation headless")
114+
# if web.browser.lower() in BROWSER_ERRORS:
115+
# xfail(reason=f"Error in {web.browser} visual automation headless")
116116
web.browse(conftest.INDEX_PAGE)
117117

118118
web.add_image('mouse', os.path.join(conftest.PROJECT_DIR, 'resources', 'mouse.png'))

0 commit comments

Comments
 (0)