File tree Expand file tree Collapse file tree
PushNotification/Integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import Foundation
1010
1111@Suite ( . serialized)
1212struct DeletePushNotificationIntegrationTests {
13- @Test ( " 푸시 알림 삭제를 되돌리면 목록에 다시 보이고 이후에도 계속 보인다 " )
14- func 푸시_알림_삭제를_되돌리면_목록에_다시_보이고_이후에도_계속_보인다 ( ) async throws {
13+ @Test ( " 푸시 알림 삭제를 되돌리면 목록에 다시 보인다 " )
14+ func 푸시_알림_삭제를_되돌리면_목록에_다시_보인다 ( ) async throws {
1515 let authSession = try await LocalFirebaseRESTSupport . shared. anonymousSignIn ( )
1616 let notificationId = try await LocalFirebaseRESTSupport . shared. seedPushNotification (
1717 userId: authSession. userId
@@ -41,8 +41,6 @@ struct DeletePushNotificationIntegrationTests {
4141 return visibleNotificationIds. contains ( notificationId)
4242 }
4343
44- try await Task . sleep ( for: . seconds( 6 ) )
45-
4644 let visibleNotificationIds = try await LocalFirebaseRESTSupport . shared. fetchPushNotificationIDs (
4745 userId: authSession. userId
4846 )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import Foundation
1010
1111@Suite ( . serialized)
1212struct DeleteWebPageIntegrationTests {
13- @Test ( " 웹페이지 삭제를 되돌리면 목록에 다시 보이고 이후에도 계속 보인다 " )
14- func 웹페이지_삭제를_되돌리면_목록에_다시_보이고_이후에도_계속_보인다 ( ) async throws {
13+ @Test ( " 웹페이지 삭제를 되돌리면 목록에 다시 보인다 " )
14+ func 웹페이지_삭제를_되돌리면_목록에_다시_보인다 ( ) async throws {
1515 let authSession = try await LocalFirebaseRESTSupport . shared. anonymousSignIn ( )
1616 let seededWebPage = try await LocalFirebaseRESTSupport . shared. seedWebPage (
1717 userId: authSession. userId
@@ -41,8 +41,6 @@ struct DeleteWebPageIntegrationTests {
4141 return visibleWebPageURLs. contains ( seededWebPage. urlString)
4242 }
4343
44- try await Task . sleep ( for: . seconds( 6 ) )
45-
4644 let visibleWebPageURLs = try await LocalFirebaseRESTSupport . shared. fetchWebPageURLs (
4745 userId: authSession. userId
4846 )
You can’t perform that action at this time.
0 commit comments