File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ final class FloorFilterTests: XCTestCase {
20
20
}
21
21
22
22
/// Test general usage of the Floor Filter component.
23
+ /// - Bug: https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/issues/706
23
24
func testFloorFilter( ) throws {
25
+ XCTExpectFailure ( " The Floor Filter is currently broken when used within a NavigationStack. See also #706 " )
26
+
24
27
let app = XCUIApplication ( )
25
28
app. launch ( )
26
29
@@ -35,10 +38,7 @@ final class FloorFilterTests: XCTestCase {
35
38
app. buttons [ " Floor Filter Tests " ] . tap ( )
36
39
37
40
// Wait for floor aware data to load and then open the filter.
38
- XCTAssertTrue (
39
- filterButton. waitForExistence ( timeout: 5 ) ,
40
- " The filter button wasn't found within 5 seconds. "
41
- )
41
+ XCTAssertTrue ( latticeText. exists, " The Lattice text wasn't found. " )
42
42
filterButton. tap ( )
43
43
44
44
// Select the site named "Research Annex".
You can’t perform that action at this time.
0 commit comments