Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/test_desktop_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_create_and_remove_desktop():

time.sleep(1) # Got to wait for the animation before we can return

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think that could be replaced with

https://github.com/mrob95/pyvda/blob/11762ff22a2799833dbf9116edc00501d39d4cc6/pyvda/com_defns.py#L207

?

And/or overload the "future method" with time.sleep(1) on unsupporting platforms?

(However, I wouldn't know how to code that 😅)

current_desktop.go()
current_window.set_focus()


@pytest.mark.xfail(
Expand Down