def test_concrete_window_starts_offscreen(qtbot, monkeypatch) -> None: from voice_transcriptor import app window = app.create_main_window() qtbot.addWidget(window) window.show() assert window.windowTitle() == "Voice Transcriptor"