You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently came across this library, and I find it quite impressive. However, as I started using it, I encountered an issue that I'd like to discuss.
I'm trying to test a specific screen where the toast message should appear and disappear after a configured duration. While attempting to implement this, I found it difficult to write UI test cases without using a testId.
After delving into the source code of the library, I realized that there's no straightforward way to add a testId for the toast message displayed using this library. Additionally, I noticed that the library lacks any test cases.
It would be incredibly helpful if there were some test files included with the library.
The text was updated successfully, but these errors were encountered:
I recently came across this library, and I find it quite impressive. However, as I started using it, I encountered an issue that I'd like to discuss.
I'm trying to test a specific screen where the toast message should appear and disappear after a configured duration. While attempting to implement this, I found it difficult to write UI test cases without using a
testId
.After delving into the source code of the library, I realized that there's no straightforward way to add a
testId
for the toast message displayed using this library. Additionally, I noticed that the library lacks any test cases.It would be incredibly helpful if there were some test files included with the library.
The text was updated successfully, but these errors were encountered: