From feed18c33ebd8456b887677f9cbce0e0933be057 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 19 Jan 2024 17:26:40 +0530 Subject: [PATCH] scripts: fix feature graphic flow --- maestro/feature_graphic.yml | 1 - scripts/refresh-feature-graphic.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"