Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(AgmMap): fix fitBounds causing protractor timeout #1611

Merged
3 commits merged into from
Jun 2, 2019
Merged

feat(AgmMap): fix fitBounds causing protractor timeout #1611

3 commits merged into from
Jun 2, 2019

Conversation

marcin-j
Copy link
Contributor

@marcin-j marcin-j commented Mar 1, 2019

Fix fitBounds input in map.ts directive causing timeout in protractor
tests. _fitBoundsSubscription is now run outside angular ngZone to
prevent protractor from waiting for sample and timer rxjs operators
to sync map bounds.

closes #1548

Fix fitBounds input in map.ts directive causing timeout in protractor
tests. _fitBoundsSubscription is now run outside angular ngZone to
prevent protractor from waiting for sample and timer rxjs operators
to sync map bounds.

closes #1548
@codecov
Copy link

codecov bot commented Mar 1, 2019

Codecov Report

Merging #1611 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1611      +/-   ##
==========================================
- Coverage   33.25%   33.21%   -0.05%     
==========================================
  Files          37       37              
  Lines        1636     1638       +2     
  Branches      128      128              
==========================================
  Hits          544      544              
- Misses       1090     1092       +2     
  Partials        2        2
Impacted Files Coverage Δ
packages/core/directives/map.ts 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f9352a8...334baa2. Read the comment docs.

@ghost
Copy link

ghost commented May 18, 2019

Hey, the maintainer is away. We are running a crowdsourced fork. Can you please forward your PR to github.com/agm-preview/angular-google-maps ?

@ghost ghost self-assigned this May 30, 2019
@ghost ghost added this to the 1.0.0-beta.6 milestone May 30, 2019
@ghost
Copy link

ghost commented May 30, 2019

Looks great, @marcin-j can you please update your branch from master, and then I'll merge this

@ghost ghost added the needs:merge label May 30, 2019
@ghost ghost modified the milestones: 1.0.0-beta.6, 1.0.0-beta.7 Jun 2, 2019
@ghost ghost merged commit 565b6a7 into sebholstein:master Jun 2, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fitBounds breakes protractor tests
3 participants