func testMap()

in HostApp/HostAppUITests/AMLMapCompositeViewTestCase.swift [11:16]


    func testMap() {
        _ = AMLMapCompositeViewScreen(app: app)
            .goToMapCompositeView()
            .testMapControlButtons()
            .testSearchField()
    }