| Index: ios/chrome/test/app/tab_test_util.mm
|
| diff --git a/ios/chrome/test/app/tab_test_util.mm b/ios/chrome/test/app/tab_test_util.mm
|
| index b1fab0b2e267d31e3dd9bccd59a46d51a6eb1010..c75a4f28a469afc9c9b076ca2519bd5bdf0374c6 100644
|
| --- a/ios/chrome/test/app/tab_test_util.mm
|
| +++ b/ios/chrome/test/app/tab_test_util.mm
|
| @@ -160,7 +160,7 @@ void CloseAllIncognitoTabs() {
|
| TabModel* tabModel = [[main_controller browserViewInformation] otrTabModel];
|
| DCHECK(tabModel);
|
| [tabModel closeAllTabs];
|
| - if (!IsIPadIdiom() || !experimental_flags::IsTabSwitcherEnabled()) {
|
| + if (!IsIPadIdiom()) {
|
| // If the OTR BVC is active, wait until it isn't (since all of the
|
| // tabs are now closed)
|
| testing::WaitUntilConditionOrTimeout(testing::kWaitForUIElementTimeout, ^{
|
|
|