Skip to content

Commit

Permalink
Update FormViewTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeinzimer committed Nov 8, 2024
1 parent c4aa8b8 commit 08f7757
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Test Runner/UI Tests/FormViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1723,20 +1723,11 @@ final class FeatureFormViewTests: XCTestCase {
)

XCTAssertTrue(scanButton.exists, "The scan button doesn't exist.")

XCTAssertFalse(clearButton.exists, "The clear button exists.")

fieldValue.tap()
fieldValue.typeText("https://esri.com")

XCTAssertTrue(scanButton.exists, "The scan button doesn't exist.")
XCTAssertTrue(clearButton.exists, "The clear button doesn't exist.")

clearButton.tap()

fieldValue.tap()
fieldValue.typeText("https://runtimecoretest.maps.arcgis.com/apps/mapviewer/index.html?layers=a9155494098147b9be2fc52bcf825224")

XCTAssertEqual(barcodeValidationString.label, "Maximum 50 characters")
}
}
Expand Down

0 comments on commit 08f7757

Please sign in to comment.