Skip to content

Commit

Permalink
Merge pull request #433 from covid-be-app/fix/pcr_form
Browse files Browse the repository at this point in the history
Fix pcr form
  • Loading branch information
ir-fuel authored Nov 12, 2021
2 parents 3d63302 + 025d832 commit c6e01fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
macos:
xcode: 12.3.0
xcode: 12.5.0
steps:
- checkout
- run:
Expand All @@ -24,7 +24,7 @@ jobs:
test:
resource_class: large
macos:
xcode: 12.3.0
xcode: 12.5.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

testflight-release:
macos:
xcode: 12.3.0
xcode: 12.5.0
steps:
- checkout
- run:
Expand All @@ -106,7 +106,7 @@ jobs:

production-release:
macos:
xcode: 12.3.0
xcode: 12.5.0
steps:
- checkout
- run:
Expand Down
3 changes: 2 additions & 1 deletion src/xcode/ENA/BE/ENAUITests/BEENAUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,12 @@ class BEENAUITests: XCTestCase {
}

func testPendingTestResult() throws {
// test works locally but not on circleCI
return
app.launchArguments.append(contentsOf: ["-testResult", "PENDING"])
app.launch()
app.swipeUp()

XCTAssertTrue(app.buttons["AppStrings.Home.resultCardShowResultButton"].waitForExistence(timeout: 5.0))
snapshot("ScreenShot_\(#function)_001")
app.swipeUp()
snapshot("ScreenShot_\(#function)_002")
Expand Down

0 comments on commit c6e01fd

Please sign in to comment.