Skip to content

Commit

Permalink
Fixes in UI tests due to string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Oct 11, 2023
1 parent 96c6fff commit 92a0100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class PublicShareCreationDialogFragmentTest {
publicShareCreationStatus.postValue(
Event(
UIResult.Error(
error = Throwable("It was not possible to share this file or folder")
error = Throwable("It was not possible to share this file or folder.")
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ShareFileFragmentTest {
fun showError() {
loadShareFileFragment(
sharesUIResult = UIResult.Error(
error = Throwable("It was not possible to retrieve the shares from server")
error = Throwable("It was not possible to retrieve the shares from the server.")
)
)
com.google.android.material.R.id.snackbar_text.withText(R.string.get_shares_error)
Expand Down

0 comments on commit 92a0100

Please sign in to comment.