Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: ios/chrome/browser/web/browsing_egtest.mm

Issue 2813363002: Remove flaky label from testBrowsingPostEntryWithKeyboard. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/browsing_egtest.mm
diff --git a/ios/chrome/browser/web/browsing_egtest.mm b/ios/chrome/browser/web/browsing_egtest.mm
index 6ab21c7ec09b8619a2f086b0a7890d3cefc64d9a..7e4817ae7cae33af8f2478d3a2e2150a435735ab 100644
--- a/ios/chrome/browser/web/browsing_egtest.mm
+++ b/ios/chrome/browser/web/browsing_egtest.mm
@@ -604,8 +604,8 @@ id<GREYMatcher> GoButtonMatcher() {
// Tests that submitting a POST-based form by tapping the 'Go' button on the
// keyboard navigates to the correct URL and the back button works as expected
// afterwards.
-// TODO(crbug.com/704618): Re-enable this test when the flake is fixed.
-- (void)FLAKY_testBrowsingPostEntryWithKeyboard {
+// TODO(crbug.com/711108): Move test to forms_egtest.mm.
+- (void)testBrowsingPostEntryWithKeyboard {
// Create map of canned responses and set up the test HTML server.
std::map<GURL, std::string> responses;
const GURL URL =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698