Skip to content

ui.wait(long) throws exception when called from test #36

@r4fterman

Description

@r4fterman

Calling ui.wait(long) with just a miliseconds values throws the following exception:

java.lang.IllegalMonitorStateException: current thread is not owner

	at java.base/java.lang.Object.wait0(Native Method)
	at java.base/java.lang.Object.wait(Object.java:366)

Seems there is an issue to pause the current UI thread properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions