File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1723,20 +1723,12 @@ final class FeatureFormViewTests: XCTestCase {
1723
1723
)
1724
1724
1725
1725
XCTAssertTrue ( scanButton. exists, " The scan button doesn't exist. " )
1726
-
1727
1726
XCTAssertFalse ( clearButton. exists, " The clear button exists. " )
1728
1727
1729
1728
fieldValue. tap ( )
1730
1729
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 ( )
1736
1730
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. " )
1740
1732
XCTAssertEqual ( barcodeValidationString. label, " Maximum 50 characters " )
1741
1733
}
1742
1734
}
You can’t perform that action at this time.
0 commit comments