···3232 xauthority = "/run/user/${uid}/gdm/Xauthority";
3333 in ''
3434 with subtest("Login to GNOME Flashback with GDM"):
3535- # wait_for_x() checks graphical-session.target, which is expected to be
3636- # inactive on gnome-flashback before #228946 (i.e. systemd managed
3737- # gnome-session) is done.
3838- # https://github.com/NixOS/nixpkgs/pull/208060
3939- #
4040- # Previously this was unconditionally touched by xsessionWrapper but was
4141- # changed in #233981 (we have GNOME-Flashback:GNOME in XDG_CURRENT_DESKTOP).
4242- # machine.wait_for_x()
3535+ machine.wait_for_x()
4336 machine.wait_until_succeeds('journalctl -t gnome-session-binary --grep "Entering running state"')
4437 # Wait for alice to be logged in"
4538 machine.wait_for_unit("default.target", "${user.name}")