| Index: ios/chrome/browser/ui/settings/block_popups_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/settings/block_popups_egtest.mm b/ios/chrome/browser/ui/settings/block_popups_egtest.mm
|
| index 9c8860a25b3b154c6bb43709b5e2664a71ef04ed..9fafff9fd49f21afb77b2a00f99a4edcc583bfbd 100644
|
| --- a/ios/chrome/browser/ui/settings/block_popups_egtest.mm
|
| +++ b/ios/chrome/browser/ui/settings/block_popups_egtest.mm
|
| @@ -274,7 +274,7 @@ class ScopedBlockPopupsException {
|
| [[EarlGrey
|
| selectElementWithMatcher:chrome_test_util::CollectionViewSwitchCell(
|
| @"blockPopupsContentView_switch", YES)]
|
| - performAction:chrome_test_util::turnCollectionViewSwitchOn(NO)];
|
| + performAction:chrome_test_util::TurnCollectionViewSwitchOn(NO)];
|
| [[EarlGrey selectElementWithMatcher:grey_text(base::SysUTF8ToNSString(
|
| allowedPattern))]
|
| assertWithMatcher:grey_notVisible()];
|
| @@ -290,7 +290,7 @@ class ScopedBlockPopupsException {
|
| [[EarlGrey
|
| selectElementWithMatcher:chrome_test_util::CollectionViewSwitchCell(
|
| @"blockPopupsContentView_switch", NO)]
|
| - performAction:chrome_test_util::turnCollectionViewSwitchOn(YES)];
|
| + performAction:chrome_test_util::TurnCollectionViewSwitchOn(YES)];
|
| [[EarlGrey selectElementWithMatcher:grey_text(base::SysUTF8ToNSString(
|
| allowedPattern))]
|
| assertWithMatcher:grey_sufficientlyVisible()];
|
|
|