flutter/dev/a11y_assessments/lib/use_cases
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
..
action_chip.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
app_bar.dart Add app bar and tab bar to a11y assessment app (#152904) 2024-08-23 17:57:04 +00:00
auto_complete.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
badge.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
card.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
check_box_list_tile.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
date_picker.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
dialog.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
drawer.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
expansion_tile.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
material_banner.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
navigation_bar.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
navigation_drawer.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
navigation_rail.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
radio_list_tile.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
slider.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
snack_bar.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
switch_list_tile.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
tab_bar_view.dart Add app bar and tab bar to a11y assessment app (#152904) 2024-08-23 17:57:04 +00:00
text_button.dart text button case rework (#154943) 2024-09-13 19:11:08 +00:00
text_field_password.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
text_field.dart fix(material/a11y_assessments): add unique page title (#152148) 2024-08-22 21:28:22 +00:00
use_cases.dart Add app bar and tab bar to a11y assessment app (#152904) 2024-08-23 17:57:04 +00:00