Skip to content

Commit

Permalink
Use useDelay = true when running the new `window state size and posit…
Browse files Browse the repository at this point in the history
…ion determine unmaximized state` test.
  • Loading branch information
m-sasha committed Mar 22, 2023
1 parent ae4ae32 commit b98ec80
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,9 @@ class WindowStateTest {
}

@Test
fun `window state size and position determine unmaximized state`() = runApplicationTest {
fun `window state size and position determine unmaximized state`() = runApplicationTest(
useDelay = isLinux || isMacOs
) {
val state = WindowState(
size = DpSize(201.dp, 203.dp),
position = WindowPosition(196.dp, 257.dp),
Expand Down

0 comments on commit b98ec80

Please sign in to comment.