Skip to content

Commit

Permalink
fix tests again again
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Feb 16, 2025
1 parent edc7582 commit dcad43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/UITests/TestAppUITests/TestAppLLMOpenAIUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class TestAppLLMOpenAIUITests: XCTestCase {
XCTAssert(app.popUpButtons["gpt-4o"].waitForExistence(timeout: 2))
#elseif os(visionOS)
app.pickers["modelPicker"].pickerWheels.element(boundBy: 0).swipeUp()
app.pickers["modelPicker"].pickerWheels.element(boundBy: 0).swipeDown()
XCTAssert(app.pickerWheels["gpt-4o"].waitForExistence(timeout: 2))

Check failure on line 59 in Tests/UITests/TestAppUITests/TestAppLLMOpenAIUITests.swift

View workflow job for this annotation

GitHub Actions / Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane

testSpeziLLMOpenAIOnboarding, XCTAssertTrue failed
#else
app.pickers["modelPicker"].pickerWheels.element(boundBy: 0).adjust(toPickerWheelValue: "gpt-4o")
Expand Down

0 comments on commit dcad43f

Please sign in to comment.