Skip to content

Commit

Permalink
Fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Feb 7, 2024
1 parent 63d654d commit 3df26a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ gem 'rubocop', '1.38', group: :rubocop_dependencies
gem 'sinatra', group: :sinatra_dependencies
gem 'slather'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
eval_gemfile('fastlane/Pluginfile')

group :fastlane_dependencies do
gem 'cocoapods'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ final class Ephemeral_Messages_Tests: StreamTestCase {

func test_userObservesAnimatedGiphy_afterAddingGiphyThroughComposerMenu() throws {
linkToScenario(withId: 441)

try XCTSkipIf(
ProcessInfo().operatingSystemVersion.majorVersion > 16,
"The test cannot tap on a `Send` button on iOS 17"
)

GIVEN("user opens a channel") {
userRobot
Expand Down

0 comments on commit 3df26a4

Please sign in to comment.