func goToMapView()

in HostApp/HostAppUITests/AMLMapViewScreen.swift [20:24]


    func goToMapView() -> Self {
        let amlMapViewButton = app.buttons[Identifiers.mapViewButton]
        amlMapViewButton.tap()
        return self
    }