Skip to content

Commit eab0ab4

Browse files
authored
Merge pull request #965 from Esri/df/fix/FeatureFormViewTeststestCase_11_1()
Update `FeatureFormViewTests.testCase_11_1()`
2 parents c4aa8b8 + ff79cc0 commit eab0ab4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Test Runner/UI Tests/FormViewTests.swift

+1-9
Original file line numberDiff line numberDiff line change
@@ -1723,20 +1723,12 @@ final class FeatureFormViewTests: XCTestCase {
17231723
)
17241724

17251725
XCTAssertTrue(scanButton.exists, "The scan button doesn't exist.")
1726-
17271726
XCTAssertFalse(clearButton.exists, "The clear button exists.")
17281727

17291728
fieldValue.tap()
17301729
fieldValue.typeText("https://esri.com")
1731-
1732-
XCTAssertTrue(scanButton.exists, "The scan button doesn't exist.")
1733-
XCTAssertTrue(clearButton.exists, "The clear button doesn't exist.")
1734-
1735-
clearButton.tap()
17361730

1737-
fieldValue.tap()
1738-
fieldValue.typeText("https://runtimecoretest.maps.arcgis.com/apps/mapviewer/index.html?layers=a9155494098147b9be2fc52bcf825224")
1739-
1731+
XCTAssertTrue(scanButton.exists, "The scan button doesn't exist.")
17401732
XCTAssertEqual(barcodeValidationString.label, "Maximum 50 characters")
17411733
}
17421734
}

0 commit comments

Comments
 (0)