mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
skip metering layout dialog screenshot
This commit is contained in:
parent
6aeb83d96b
commit
eaa9061ca8
2 changed files with 7 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
||||||
{
|
{
|
||||||
"screenshotName": "light_metering-iso-picker",
|
"screenshotName": "light_metering-iso-picker",
|
||||||
"title": "Lots of ISO values",
|
"title": "Lots of ISO values",
|
||||||
"subtitle": "From 3 and up to 6400"
|
"subtitle": "from 3 and up to 6400"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"screenshotName": "light_settings",
|
"screenshotName": "light_settings",
|
||||||
|
@ -20,9 +20,14 @@
|
||||||
"title": "Create multiple profiles",
|
"title": "Create multiple profiles",
|
||||||
"subtitle": "to match your\ncamera & lens setups"
|
"subtitle": "to match your\ncamera & lens setups"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"screenshotName": "light_equipment-profiles-iso-picker",
|
||||||
|
"title": "Fine-tune results",
|
||||||
|
"subtitle": "by selecting the values\nthat you use the most"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"screenshotName": "dark_metering-reflected",
|
"screenshotName": "dark_metering-reflected",
|
||||||
"title": "Matches your style",
|
"title": "Match your style",
|
||||||
"subtitle": "with various theme types and colors"
|
"subtitle": "with various theme types and colors"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -98,10 +98,6 @@ void main() {
|
||||||
await tester.pumpAndSettle();
|
await tester.pumpAndSettle();
|
||||||
await tester.takeScreenshotLight(binding, 'settings');
|
await tester.takeScreenshotLight(binding, 'settings');
|
||||||
|
|
||||||
await tester.tapDescendantTextOf<SettingsScreen>(S.current.meteringScreenLayout);
|
|
||||||
await tester.takeScreenshotLight(binding, 'settings-metering-screen-layout');
|
|
||||||
|
|
||||||
await tester.tapCancelButton();
|
|
||||||
await tester.tapDescendantTextOf<SettingsScreen>(S.current.equipmentProfiles);
|
await tester.tapDescendantTextOf<SettingsScreen>(S.current.equipmentProfiles);
|
||||||
await tester.pumpAndSettle();
|
await tester.pumpAndSettle();
|
||||||
await tester.tapDescendantTextOf<EquipmentProfilesScreen>(mockEquipmentProfiles.first.name);
|
await tester.tapDescendantTextOf<EquipmentProfilesScreen>(mockEquipmentProfiles.first.name);
|
||||||
|
|
Loading…
Reference in a new issue