Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Nov 25, 2023
1 parent 77dc262 commit 70162a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RangeUISliderDemo/SwiftUIHostingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct SwiftUIHostingView: View {
.knobsLabelFontSize(18)
.knobsLabelFontColor(Color(.red))
.knobsLabelNumberOfDecimal(1)
.accessibility(identifier: "RangeUISliderStandard")
.accessibility(identifier: "RangeUISliderScrollView")
.frame(maxWidth: .infinity, minHeight: 100)
}
}
Expand Down

0 comments on commit 70162a4

Please sign in to comment.