Skip to content

Commit

Permalink
Reduce testing viewport width
Browse files Browse the repository at this point in the history
  • Loading branch information
dassencio committed Feb 28, 2023
1 parent ed57e42 commit 02b1770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runScreenshotTests
Expand Up @@ -31,7 +31,7 @@ gray() {
echo -e "\033[0;37m"${@}"\033[0m"
}

viewport_widths=(375 1024)
viewport_widths=(320 1024)

if [ $# -eq 0 ]
then
Expand Down

0 comments on commit 02b1770

Please sign in to comment.