Skip to content

Commit

Permalink
Finish UITesting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent f6a4fbc commit d0e0261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENGAGEHFUITests/HomeViewUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HomeViewUITests: XCTestCase {

// Make sure the date appears
let dateFormatter = DateFormatter()
dateFormatter.dateStyle = .short
dateFormatter.dateStyle = .long

XCTAssert(app.staticTexts[dateFormatter.string(from: .now)].exists)

Expand Down

0 comments on commit d0e0261

Please sign in to comment.