fix: update E2E test welcome text after app rename to sharedinbox.de

The UI rename in #108 changed the welcome screen text from
"Welcome to SharedInbox" to "Welcome to sharedinbox.de" but the
E2E test still searched for the old string, causing a pumpUntil timeout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas SharedInbox
2026-05-16 02:01:22 +02:00
co-authored by Claude Sonnet 4.6
parent dc8c1cb08d
commit 31d30b1074
+1 -1
View File
@@ -179,7 +179,7 @@ void main() {
};
addTearDown(() => FlutterError.onError = bindingError);
await pumpUntil(tester, find.text('Welcome to SharedInbox'));
await pumpUntil(tester, find.text('Welcome to sharedinbox.de'));
_log('app settled');
// ── Add account ────────────────────────────────────────────────────────