* Use `StartedInProcessServer` instead of `InProcessServer` * Should allow `ConfigurationWindow` to be pulled into a shared fixture instead of being duplicated in each test * `wlcs::Client client{the_server()};` can be moved into the fixture instead of being duplicated. * Fullscreening an maximizing can use the utility functions introduced in https://github.com/canonical/wlcs/pull/404
StartedInProcessServerinstead ofInProcessServerConfigurationWindowto be pulled into a shared fixture instead of being duplicated in each testwlcs::Client client{the_server()};can be moved into the fixture instead of being duplicated.