mozilla-mobile / focus-ios

⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
Mozilla Public License 2.0
1.26k stars 263 forks source link

Intermittent test failures on WebsiteAccessTests.testAutocompleteCustomDomain #1811

Open st3fan opened 3 years ago

st3fan commented 3 years ago

Bitrise Test Run:

https://app.bitrise.io/build/07a75191e9c5458d

Stacktrace:

XCUITest.WebsiteAccessTests
  testAutocompleteCustomDomain, Failed to synthesize event: Neither element nor any descendant has keyboard focus. Event dispatch snapshot: TextField, identifier: 'urlInput', placeholderValue: 'Paste or enter URL', value: Paste or enter URL
  /Users/vagrant/git/XCUITest/WebsiteAccessTest.swift:85
        let urlInput = app.textFields["urlInput"]
        urlInput.typeText("getfirefox.com")
        app.navigationBars.buttons["saveButton"].tap()

┆Issue is synchronized with this Jira Task

st3fan commented 3 years ago

Temporarily disabled with #1812