TF-4367 Remove the duplicated closeEmailDetailedView helper from this mixin.

This commit is contained in:
dab246
2026-03-10 14:32:44 +07:00
committed by Dat H. Pham
parent 9e9e666518
commit a8e0bf6167
4 changed files with 3 additions and 16 deletions
@@ -4,7 +4,7 @@ import '../../scenarios/email_detailed/forward_email_when_change_language_scenar
void main() {
TestBase().runPatrolTest(
description:
'The forward prefix should be displayed correctly when forwarding to an email.',
'The forward prefix should be displayed correctly when forwarding an email.',
scenarioBuilder: ($) => ForwardEmailWhenChangeLanguageScenario($),
);
}