Skip to content

Commit

Permalink
Update with public facing link
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Nov 13, 2024
1 parent 9421c51 commit cf53931
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class MyInfoPresenterTest {
"1234567",
)

@Ignore("https://kotlinlang.slack.com/archives/C5UPMM0A0/p1731449652340769")
@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `if phone and email are updated they are received in state`() = runTest {
val profileRepository = FakeProfileRepository()
Expand Down Expand Up @@ -73,7 +75,9 @@ class MyInfoPresenterTest {
}
}

@Ignore("https://kotlinlang.slack.com/archives/C5UPMM0A0/p1731449652340769")
@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `if save button is clicked it is not showing anymore`() = runTest {
val profileRepository = FakeProfileRepository()
Expand Down Expand Up @@ -105,7 +109,9 @@ class MyInfoPresenterTest {
}
}

@Ignore("https://kotlinlang.slack.com/archives/C5UPMM0A0/p1731449652340769")
@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `if error is received show error section`() = runTest {
val profileRepository = FakeProfileRepository()
Expand All @@ -125,7 +131,9 @@ class MyInfoPresenterTest {
}
}

@Ignore("https://kotlinlang.slack.com/archives/C5UPMM0A0/p1731449652340769")
@Ignore(
"https://slack-chats.kotlinlang.org/t/23415572/tried-bumping-to-2-0-0-beta-1-and-i-am-getting-a-super-weird#f40b83a4-e5f0-4407-9dbb-c53491e66895",
)
@Test
fun `can recover from a network error`() = runTest {
val profileRepository = FakeProfileRepository()
Expand Down

0 comments on commit cf53931

Please sign in to comment.