l10n: screenshots for PT

This commit is contained in:
Thibault Deckers 2022-01-15 18:26:47 +09:00
parent 2f09ca8245
commit dbc3b1d68d
8 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View file

@ -74,6 +74,8 @@ class _AppDrawerState extends State<AppDrawer> {
builder: (context, mqPaddingBottom, child) {
final iconTheme = IconTheme.of(context);
return SingleChildScrollView(
// key is expected by test driver
key: const Key('drawer-scrollview'),
padding: EdgeInsets.only(bottom: mqPaddingBottom),
child: IconTheme(
data: iconTheme.copyWith(

View file

@ -89,6 +89,8 @@ void setLanguage(String languageCode) {
void configureCollectionVisibility(AppDebugAction action) {
test('configure collection visibility', () async {
await driver.tapKeyAndWait('appbar-leading-button');
final verticalPageView = find.byValueKey('drawer-scrollview');
await driver.scroll(verticalPageView, 0, -600, const Duration(milliseconds: 400));
await driver.tapKeyAndWait('drawer-debug');
await driver.tapKeyAndWait('appbar-menu-button');
@ -140,7 +142,7 @@ void info() {
final verticalPageView = find.byValueKey('vertical-pageview');
await driver.scroll(verticalPageView, 0, -600, const Duration(milliseconds: 400));
await Future.delayed(const Duration(seconds: 2));
await Future.delayed(const Duration(seconds: 3));
await _takeScreenshot(driver, '3');