Skip to content

Commit

Permalink
changes from merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaboord committed Mar 14, 2024
1 parent 4ea015e commit 98f0c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Intake/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct StartButton: View {
.padding()
.background(Color.blue)
.cornerRadius(10)
}.accessibilityIdentifier("Start")
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion IntakeUITests/NinasTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class NinasTests: XCTestCase {
func testIfHealthKitDataInScrollable() throws {
let app = XCUIApplication()
app.launchArguments = ["--disableFirebase", "--skipOnboarding", "--testPatient", "--skipToScrollable"]
let startButton = app.buttons["Start"]
let startButton = app.buttons["Create New Form"]
let isStartButtonExist = startButton.waitForExistence(timeout: 5)
XCTAssertTrue(isStartButtonExist, "Start button does not exist")
let next = app.buttons["Next"]
Expand Down

0 comments on commit 98f0c97

Please sign in to comment.