Commit 8e058cf4 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Convert WebUITestCase tests to EarlGrey2

Bug: 987646
Change-Id: Ie3ad81dddbd70f63f5ee1a251490913224bcb8ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898514
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713887}
parent f8dc0111
...@@ -137,11 +137,8 @@ source_set("eg_tests") { ...@@ -137,11 +137,8 @@ source_set("eg_tests") {
"//ios/chrome/test/app:test_support", "//ios/chrome/test/app:test_support",
"//ios/chrome/test/earl_grey:test_support", "//ios/chrome/test/earl_grey:test_support",
"//ios/testing/earl_grey:earl_grey_support", "//ios/testing/earl_grey:earl_grey_support",
"//ios/web",
"//ios/web/public/test:element_selector",
"//net:test_support", "//net:test_support",
"//ui/base", "//ui/base",
"//url",
] ]
libs = [ "XCTest.framework" ] libs = [ "XCTest.framework" ]
} }
...@@ -155,15 +152,20 @@ source_set("eg2_tests") { ...@@ -155,15 +152,20 @@ source_set("eg2_tests") {
testonly = true testonly = true
sources = [ sources = [
"inspect/inspect_ui_egtest.mm", "inspect/inspect_ui_egtest.mm",
"web_ui_egtest.mm",
] ]
deps = [ deps = [
"//base", "//base",
"//base/test:test_support",
"//components/strings",
"//components/version_info",
"//ios/chrome/browser:chrome_url_constants", "//ios/chrome/browser:chrome_url_constants",
"//ios/chrome/test/earl_grey:eg_test_support+eg2", "//ios/chrome/test/earl_grey:eg_test_support+eg2",
"//ios/testing/earl_grey:eg_test_support+eg2", "//ios/testing/earl_grey:eg_test_support+eg2",
"//ios/third_party/earl_grey2:test_lib", "//ios/third_party/earl_grey2:test_lib",
"//ios/web/public/test:element_selector", "//ios/web/public/test:element_selector",
"//net:test_support", "//net:test_support",
"//ui/base",
] ]
libs = [ "UIKit.framework" ] libs = [ "UIKit.framework" ]
} }
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