Skip to content

Commit

Permalink
[SnackBar] Update localized string in localization test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310394819
  • Loading branch information
Wenyu Zhang authored and material-automation committed May 7, 2020
1 parent 0740f3d commit d14c658
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ - (void)testAccessibilityHintOnLabelIsTranslated {

// Then
if ([languageCode isEqualToString:@"ar"]) {
// TODO(b/155224845): Update accessibilityHint's value once its translation is ready.
XCTAssertEqualObjects(textLabel.accessibilityHint, @"Double-tap to dismiss");
XCTAssertEqualObjects(textLabel.accessibilityHint, @"انقر مرّتين للإغلاق.");
} else {
XCTFail(@"Language %@ isn't supported by this localization test case", languageCode);
}
Expand Down

0 comments on commit d14c658

Please sign in to comment.