Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz committed Sep 28, 2024
1 parent 921d8d3 commit 097ec12
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import MapFeature
import SnapshotTesting
import TestHelper
import XCTest
import Testing

final class UserTrackingButtonSnapshotTests: XCTestCase {
@MainActor
struct UserTrackingButtonSnapshotTests {
@Test(.disabled("Due to CI issue with selecting iPhone"))
func test_userTracking_none() {
let sut = UserTrackingButton(
store: .init(
Expand All @@ -16,7 +16,7 @@ final class UserTrackingButtonSnapshotTests: XCTestCase {
assertSnapshot(of: sut, as: .image)
}

@MainActor
@Test(.disabled("Due to CI issue with selecting iPhone"))
func test_userTracking_follow() {
let sut = UserTrackingButton(
store: .init(
Expand All @@ -28,7 +28,7 @@ final class UserTrackingButtonSnapshotTests: XCTestCase {
assertSnapshot(of: sut, as: .image)
}

@MainActor
@Test(.disabled("Due to CI issue with selecting iPhone"))
func test_userTracking_followWithHeading() {
let sut = UserTrackingButton(
store: .init(
Expand Down

0 comments on commit 097ec12

Please sign in to comment.