[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Reland "[google_maps_flutter] ios: re-enable test with popup #5312" #6783

Merged

Conversation

cyanglaz
Copy link
Contributor
@cyanglaz cyanglaz commented Dec 2, 2022

Reland #5312

The accessibility type for the flutter text buttons are changed from buttons to texts.
Fixes flutter/flutter#93325

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Copy link
Member
@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once tests are happy.

[button tap];
return;
}
XCUICoordinate *coordinate = [button coordinateWithNormalizedOffset:CGVectorMake(0, 0)];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this doesn't cause flakiness.

@cyanglaz cyanglaz added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 8, 2022
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Dec 8, 2022
@auto-submit
Copy link
auto-submit bot commented Dec 8, 2022

auto label is removed for flutter/plugins, pr: 6783, due to - The status or check suite repo_checks has failed. Please fix the issues identified (or deflake) before re-applying this label.

fix

fix test for iOS 16

fix

fix typos
@cyanglaz cyanglaz force-pushed the reland_enable_google_map_interface_test branch from 8a22895 to 0ea7e3f Compare December 8, 2022 23:19
@cyanglaz cyanglaz added the override: no versioning needed Override the check requiring version bumps for most changes label Dec 12, 2022
@cyanglaz
Copy link
Contributor Author

No versioning update: PRs that only affect tests.

@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

@import CoreLocation;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the entire GoogleMaps sdk to run the tests. Only CoreLocation is necessary.

@cyanglaz cyanglaz added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 12, 2022
@auto-submit auto-submit bot merged commit 2eb6165 into flutter:main Dec 12, 2022
@cyanglaz cyanglaz deleted the reland_enable_google_map_interface_test branch December 12, 2022 21:29
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 13, 2022
* 13818023c [camera] Attempt to fix flaky new Android test (flutter/plugins#6831)

* da4321d01 [google_maps_flutter] Modified `README.md` to fix minor syntax issues (flutter/plugins#6631)

* e8c9731f1 Roll Flutter from eefbe85 to bd0791b (25 revisions) (flutter/plugins#6832)

* 2eb616545 Reland "[google_maps_flutter] ios: re-enable test with popup #5312" (flutter/plugins#6783)

* 738bd91d8 Update FlutterFire link (flutter/plugins#6835)

* ec2041f82 Roll Flutter from bd0791b to 15af817 (27 revisions) (flutter/plugins#6837)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…#116996)

* 13818023c [camera] Attempt to fix flaky new Android test (flutter/plugins#6831)

* da4321d01 [google_maps_flutter] Modified `README.md` to fix minor syntax issues (flutter/plugins#6631)

* e8c9731f1 Roll Flutter from eefbe85 to bd0791b (25 revisions) (flutter/plugins#6832)

* 2eb616545 Reland "[google_maps_flutter] ios: re-enable test with popup flutter#5312" (flutter/plugins#6783)

* 738bd91d8 Update FlutterFire link (flutter/plugins#6835)

* ec2041f82 Roll Flutter from bd0791b to 15af817 (27 revisions) (flutter/plugins#6837)
mauricioluz pushed a commit to mauricioluz/plugins that referenced this pull request Jan 26, 2023
…5312" (flutter#6783)

* reland

fix

fix test for iOS 16

fix

fix typos

* format

* update changelog
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App override: no versioning needed Override the check requiring version bumps for most changes p: google_maps_flutter platform-ios
Projects
None yet
2 participants