Commit 0db784a3 authored by gchatz's avatar gchatz Committed by Commit bot

Remove flaky label from testBrowsingPostEntryWithKeyboard.

Remove the flaky label from testBrowsingPostEntryWithKeyboard since it
has not flaked over the past few days. Also adds a TODO to move the
test to forms_egtest.mm.

BUG=704618

Review-Url: https://codereview.chromium.org/2813363002
Cr-Commit-Position: refs/heads/master@{#464244}
parent ad0f0358
...@@ -604,8 +604,8 @@ id<GREYMatcher> GoButtonMatcher() { ...@@ -604,8 +604,8 @@ id<GREYMatcher> GoButtonMatcher() {
// Tests that submitting a POST-based form by tapping the 'Go' button on the // 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 // keyboard navigates to the correct URL and the back button works as expected
// afterwards. // afterwards.
// TODO(crbug.com/704618): Re-enable this test when the flake is fixed. // TODO(crbug.com/711108): Move test to forms_egtest.mm.
- (void)FLAKY_testBrowsingPostEntryWithKeyboard { - (void)testBrowsingPostEntryWithKeyboard {
// Create map of canned responses and set up the test HTML server. // Create map of canned responses and set up the test HTML server.
std::map<GURL, std::string> responses; std::map<GURL, std::string> responses;
const GURL URL = const GURL URL =
......
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