diff --git a/maestro/feature_graphic.yml b/maestro/feature_graphic.yml index 7658091b..08568afc 100644 --- a/maestro/feature_graphic.yml +++ b/maestro/feature_graphic.yml @@ -10,7 +10,6 @@ appId: dev.msfjarvis.claw.android - takeScreenshot: "HottestPosts" - tapOn: "Saved" - takeScreenshot: "SavedPosts" -- tapOn: "Extra options" - tapOn: "Search posts" - inputText: "Nix" - pressKey: Enter diff --git a/scripts/refresh-feature-graphic.sh b/scripts/refresh-feature-graphic.sh index 7d0b9e60..9d2d236d 100755 --- a/scripts/refresh-feature-graphic.sh +++ b/scripts/refresh-feature-graphic.sh @@ -19,7 +19,7 @@ function generate_grid() { "${SCREENSHOT_DIR}"/CommentsPage.png \ "${SCREENSHOT_DIR}"/SavedPosts.png \ "${SCREENSHOT_DIR}"/SearchPage.png \ - "${1:?}.png" + "${1:?}.png" || true # Convert the resulting PNG to WebP cwebp "${1:?}.png" -o "${1:?}.webp"