Skip to content

Conversation

@dfeinzimer
Copy link
Collaborator

@dfeinzimer dfeinzimer commented Oct 14, 2025

Apollo 1427, 1461, 1469

@dfeinzimer dfeinzimer self-assigned this Oct 14, 2025
@dfeinzimer dfeinzimer changed the title FeatureFormView - UI tests for adding UNA associations FeatureFormView - UI tests for adding UNA associations, warning resolutions & logging improvements Oct 16, 2025
@dfeinzimer dfeinzimer marked this pull request as ready for review October 16, 2025 20:35
@dfeinzimer dfeinzimer requested review from a team, mhdostal and yo1995 and removed request for a team October 16, 2025 20:35
@dfeinzimer dfeinzimer changed the title FeatureFormView - UI tests for adding UNA associations, warning resolutions & logging improvements FeatureFormView - UI tests for adding UNA associations, warning resolutions, logging improvements, small bug fix Oct 16, 2025
Comment on lines -95 to +98
case (false, .some, .some):
case (false, _, _):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for Apollo 1461.

Comment on lines +253 to +254
Slider(value: $fractionAlongEdge, in: 0...1) {
Text(LocalizedStringResource.fractionAlongEdge)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolves warning Expression of type 'LocalizedStringResource' is unused - wrong symbol was being used.

yo1995
yo1995 previously approved these changes Oct 16, 2025

fractionAlongEdgeSlider.adjust(toNormalizedSliderPosition: 0.75)

XCTAssertTrue(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test throws an error here when I run it on iOS 26, while passes on iOS 18. No need to fix for now, but may be worth taking a look and see if it can pass on 26 as well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like it goes to 78% on iOS 26 and 77% on iOS 18.

Since we're already fighting some other wonkiness in this test case, I will keep it as is for now and re-evaluate when we update test devices to iPadOS 26.

@dfeinzimer dfeinzimer requested a review from yo1995 October 17, 2025 21:59
@dfeinzimer dfeinzimer merged commit 306f032 into v.next Oct 17, 2025
@dfeinzimer dfeinzimer deleted the df/apollo/1427 branch October 17, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants