Skip to content

Commit

Permalink
add setting screenshot assert
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Sep 17, 2021
1 parent 038ebfd commit d393a8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire\n";
};
E8FE23BADB7FE358ED65CE2D /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
Binary file modified test/golden-asserts/screen/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion test_driver/add-text.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ font_size=$3
height=$4
width=$5


font_size2=$(echo "$font_size-50" | bc)
height=$(echo "$height-($padding*2)" | bc)
width=$(echo "$width-($padding*2)" | bc)
Expand Down

0 comments on commit d393a8f

Please sign in to comment.