Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Jan 14, 2025
1 parent dd1cbd0 commit b21339e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Samples/iOS-Swift/iOS-Swift-UITests/UserFeedbackUITests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//swiftlint:disable todo
//swiftlint:disable type_body_length

import XCTest

Expand Down Expand Up @@ -98,7 +98,10 @@ class UserFeedbackUITests: BaseUITest {
}

func testPrefilledUserInformation() throws {
launchApp(args: ["--io.sentry.feedback.use-sentry-user"], env: [
launchApp(args: [
"--io.sentry.feedback.use-sentry-user",
"--io.sentry.feedback.all-defaults"
], env: [
"--io.sentry.user.name": "ui test user",
"--io.sentry.user.email": "[email protected]"
])
Expand Down Expand Up @@ -386,4 +389,4 @@ class UserFeedbackUITests: BaseUITest {
}
}

//swiftlint:enable todo
//swiftlint:enable type_body_length

0 comments on commit b21339e

Please sign in to comment.