Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiii111 committed Mar 7, 2023
1 parent cb371bc commit 3eba53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deliver/spec/app_screenshot_spec.rb
Expand Up @@ -149,6 +149,7 @@ def expect_screen_size_from_file(file)
expect_screen_size_from_file("AppleWatch-Series3{312x390}.jpg").to eq(ScreenSize::IOS_APPLE_WATCH)
expect_screen_size_from_file("AppleWatch-Series4{368x448}.jpg").to eq(ScreenSize::IOS_APPLE_WATCH_SERIES4)
expect_screen_size_from_file("AppleWatch-Series7{396x484}.jpg").to eq(ScreenSize::IOS_APPLE_WATCH_SERIES7)
expect_screen_size_from_file("AppleWatch-Ultra{410x502}.jpg").to eq(ScreenSize::IOS_APPLE_WATCH_ULTRA)
end
end

Expand Down

0 comments on commit 3eba53d

Please sign in to comment.