l10n: screenshots for PT
This commit is contained in:
parent
2f09ca8245
commit
dbc3b1d68d
8 changed files with 5 additions and 1 deletions
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/1.png
Normal file
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 277 KiB |
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/2.png
Normal file
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 500 KiB |
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/3.png
Normal file
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/4.png
Normal file
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/5.png
Normal file
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/6.png
Normal file
BIN
fastlane/metadata/android/pt-BR/images/phoneScreenshots/6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
|
@ -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(
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue