Loading
nixos/tests/ringboard: poll for gedit to show up on screen
While polling with `pgrep` earlier, there was a slight chance that the test might start writing before the application had finished initializing. Waiting for the actual application to show up on screen should be a better target for avoiding such a race condition.