File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
UITestsFoundation/Screens/Editor Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public class BlockEditorScreen: ScreenObject {
3939 */
4040 public func enterTextInTitle( text: String ) -> BlockEditorScreen {
4141 let titleView = app. otherElements [ " Post title. Empty " ] . firstMatch // Uses a localized string
42+ XCTAssert ( titleView. waitForExistence ( timeout: 3 ) , " Title View does not exist! " )
4243
4344 titleView. tap ( )
4445 titleView. typeText ( text)
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class MediaURLExporterTests: XCTestCase {
5959 XCTFail ( " Error: an error occurred testing a URL export: \( error. toNSError ( ) ) " )
6060 expect. fulfill ( )
6161 }
62- waitForExpectations ( timeout: 2 .0, handler: nil )
62+ waitForExpectations ( timeout: 3 .0, handler: nil )
6363 }
6464
6565 func testThatURLExportingGIFWorks( ) {
You can’t perform that action at this time.
0 commit comments