Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b1b3c08

Browse files
committed
remove outdated tests
1 parent 755c10a commit b1b3c08

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

testing/scenario_app/ios/Scenarios/ScenariosUITests/LocalizationInitializationTest.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ - (void)testNoLocalePrepend {
3333
XCTAssertTrue([textInputSemanticsObject waitForExistenceWithTimeout:timeout]);
3434

3535
[textInputSemanticsObject tap];
36-
37-
// [NSLocale currentLocale] always includes a country code.
38-
textInputSemanticsObject = [self.application.textFields matchingIdentifier:@"en_US"].element;
39-
XCTAssertTrue([textInputSemanticsObject waitForExistenceWithTimeout:timeout]);
4036
}
4137

4238
@end

testing/scenario_app/lib/src/locale_initialization.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class LocaleInitialization extends Scenario {
7878
String label;
7979
switch(_tapCount) {
8080
case 1: {
81-
label = window.platformResolvedLocale.toString();
81+
// Set label to string data we wish to pass on first frame.
8282
break;
8383
}
8484
// Expand for other test cases.

0 commit comments

Comments
 (0)