flutter/dev/a11y_assessments/test
Denis Bowen 47aed96ca1
text button case rework (#154943)
Rework on the text button use case to pass [b/347102786](https://b.corp.google.com/347102786), 

After talking with the tester, it seems like there isn't an issue with the A11y of the text button, rather just how the test case is set up. In order for the text case to pass, there needs to be real time feedback of an action that is done by pressing the text button (think of a dialog popup, or form submission notification). 

So I rewrote the test case to mimic a simple form with a submit button that once submitted, will let the user know it is submitted with a snack bar notification. https://screencast.googleplex.com/cast/NTM0ODc1NDIxMDE2MDY0MHwzYWI4MTZhMS1hMA
2024-09-13 19:11:08 +00:00
..
accessibility_guideline_test.dart Add drawer and navigation drawer in a11y assessment app, also run dart format under a11y_assessments/ (#153034) 2024-08-08 00:19:12 +00:00
action_chip_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
app_bar_test.dart Add app bar and tab bar to a11y assessment app (#152904) 2024-08-23 17:57:04 +00:00
auto_complete_test.dart fix(flutter/a11y assessments): h1 missing a11y from each page on the web app (#152198) 2024-08-13 22:22:28 +00:00
badge_test.dart fix(flutter/a11y assessments): h1 missing a11y from each page on the web app (#152198) 2024-08-13 22:22:28 +00:00
card_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
check_box_list_tile_test.dart fix(flutter/a11y assessments): h1 missing a11y from each page on the web app (#152198) 2024-08-13 22:22:28 +00:00
date_picker_test.dart fix(flutter/a11y assessments): h1 missing a11y from each page on the web app (#152198) 2024-08-13 22:22:28 +00:00
dialog_test.dart add autofocus to fix a11y issue with dialog (#152637) 2024-08-20 21:25:01 +00:00
drawer_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
expansion_tile_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
home_page_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
material_banner_test.dart refactor material banner and fix focus issue (#152646) 2024-08-19 23:11:58 +00:00
navigation_bar_test.dart fix(flutter/a11y assessments): h1 missing a11y from each page on the web app (#152198) 2024-08-13 22:22:28 +00:00
navigation_drawer_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
navigation_rail_test.dart Add drawer and navigation drawer in a11y assessment app, also run dart format under a11y_assessments/ (#153034) 2024-08-08 00:19:12 +00:00
radio_list_tile_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
slider_test.dart fix(flutter/a11y assessments): h1 missing a11y from each page on the web app (#152198) 2024-08-13 22:22:28 +00:00
snack_bar_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
switch_list_tile_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
tab_bar_view_test.dart Add app bar and tab bar to a11y assessment app (#152904) 2024-08-23 17:57:04 +00:00
test_utils.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
text_button_test.dart text button case rework (#154943) 2024-09-13 19:11:08 +00:00
text_field_password_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
text_field_test.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00