maestro improvise

This commit is contained in:
2026-03-09 22:10:40 +05:30
parent 91cedf54c9
commit 52bb1d1af4
53 changed files with 903 additions and 452 deletions

View File

@@ -104,11 +104,15 @@ class ClientGetStartedPage extends StatelessWidget {
const SizedBox(height: UiConstants.space8),
// Sign In Button
UiButton.primary(
text: t.client_authentication.get_started_page
.sign_in_button,
onPressed: () => Modular.to.toClientSignIn(),
fullWidth: true,
Semantics(
identifier: 'client_landing_sign_in',
child: UiButton.primary(
text: t.client_authentication
.get_started_page.sign_in_button,
onPressed: () =>
Modular.to.toClientSignIn(),
fullWidth: true,
),
),
const SizedBox(height: UiConstants.space3),