Skip to content

Commit a732fb7

Browse files
authored
Merge pull request #707 from Esri/df/markBug706
Re-address `FloorFilterTests` failures
2 parents b0307a5 + d1780d0 commit a732fb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Test Runner/UI Tests/FloorFilterTests.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ final class FloorFilterTests: XCTestCase {
2020
}
2121

2222
/// Test general usage of the Floor Filter component.
23+
/// - Bug: https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/issues/706
2324
func testFloorFilter() throws {
25+
XCTExpectFailure("The Floor Filter is currently broken when used within a NavigationStack. See also #706")
26+
2427
let app = XCUIApplication()
2528
app.launch()
2629

@@ -35,10 +38,7 @@ final class FloorFilterTests: XCTestCase {
3538
app.buttons["Floor Filter Tests"].tap()
3639

3740
// 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.")
4242
filterButton.tap()
4343

4444
// Select the site named "Research Annex".

0 commit comments

Comments
 (0)