Skip to content

Conversation

Piinks
Copy link
Contributor

@Piinks Piinks commented Mar 30, 2020

Description

This is the first of several skip related PRs. I am auditing the codebase for skips that are associated with closed issues, or are no longer relevant.

If any of these skips are still accurate, they will need a new issue attributed to them.

This PR refactors some of the Fluter Gallery demos in order to un-skip tests that were checking if widgets meet A11y guidelines.

Related Issues

#22044
#10830
#16488
#19623
Fixes #21647
Fixes #21651

Tests

Fixed!

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read Handling breaking changes.

  • No, no existing tests failed, so this is not a breaking change.

@fluttergithubbot fluttergithubbot added f: cupertino flutter/packages/flutter/cupertino repository framework flutter/packages/flutter repository. See also f: labels. c: contributor-productivity Team-specific productivity, code health, technical debt. labels Mar 30, 2020
@Piinks Piinks changed the title Skip Audits - 1 [WIP] Skip Audits - 1 Mar 31, 2020
@Piinks Piinks changed the title [WIP] Skip Audits - 1 Improving A11y for Flutter Gallery Demos Apr 2, 2020
@fluttergithubbot fluttergithubbot added the f: material design flutter/packages/flutter/material repository. label Apr 2, 2020
@Piinks Piinks added a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests and removed f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. work in progress; do not review labels Apr 2, 2020
@fluttergithubbot fluttergithubbot added the f: material design flutter/packages/flutter/material repository. label Apr 2, 2020
@Piinks Piinks requested review from HansMuller and goderbauer April 2, 2020 17:18
Copy link
Contributor

@HansMuller HansMuller left a comment

Choose a reason for hiding this comment

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

NICE. LGTM

@Piinks Piinks mentioned this pull request Apr 2, 2020
9 tasks
Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

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

LGTM

Thank you for fixing up those tests!

@fluttergithubbot
Copy link
Contributor

This pull request is not suitable for automatic merging in its current state.

  • The status or check suite firebase_test_lab_tests-linux has failed. Please fix the issues identified (or deflake) before re-applying this label.

@Piinks Piinks merged commit 63f8b9a into flutter:master Apr 3, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests c: contributor-productivity Team-specific productivity, code health, technical debt. f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Increase text contrast in Material demos Reduce occurrences of "multiple items with the same description" in the Gallery

6 participants