Skip to content

Commit

Permalink
Adjusts failing UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Nov 12, 2023
1 parent f72b2da commit 787e463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/UITests/TestAppUITests/TestAppUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class TestAppUITests: XCTestCase {

try exitAppAndOpenHealth(.electrocardiograms)

XCTAssert(app.buttons["Electrocardiogram"].waitForExistence(timeout: 2))
XCTAssert(app.buttons["Electrocardiogram"].waitForExistence(timeout: 5))
app.buttons["Electrocardiogram"].tap()
XCTAssert(app.buttons["Read Electrocardiogram"].waitForExistence(timeout: 2))
XCTAssert(app.buttons["Read Electrocardiogram"].waitForExistence(timeout: 5))
app.buttons["Read Electrocardiogram"].tap()

// Enable Apple Health Access if needed
Expand Down

0 comments on commit 787e463

Please sign in to comment.