Commit 340b45c8 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Reenable swipe test for SearchEngine

Fixed: 1106735
Change-Id: Ib40832dff0096b0c01788a9209b3bc45f440e8c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317950Reviewed-by: default avatarStepan Khapugin <stkhapugin@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792665}
parent 17b06204
......@@ -166,8 +166,7 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse(
}
// Deletes a custom search engine by swiping and tapping on the "Delete" button.
// TODO(crbug.com/1106735): reenable this test.
- (void)DISABLED_testDeleteCustomSearchEngineSwipeAndTap {
- (void)testDeleteCustomSearchEngineSwipeAndTap {
if (@available(iOS 13, *)) {
} else {
EARL_GREY_TEST_SKIPPED(
......@@ -193,8 +192,7 @@ std::unique_ptr<net::test_server::HttpResponse> StandardResponse(
}
// Deletes a custom engine by swiping it.
// TODO(crbug.com/1106735): reenable this test.
- (void)DISABLED_testDeleteCustomSearchEngineSwipe {
- (void)testDeleteCustomSearchEngineSwipe {
[self enterSettingsWithCustomSearchEngine];
id<GREYMatcher> customSearchEngineCell =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment