mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
New Crowdin Translations (#2395)
* New Crowdin translations by GitHub Action * Increase timeout --------- Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ describe( "AICamera", () => {
|
||||
|
||||
// On suggestions find the first element in the suggestions list
|
||||
const otherSuggestionsTitle = element( by.text( "OTHER SUGGESTIONS" ) );
|
||||
await waitFor( otherSuggestionsTitle ).toBeVisible( ).withTimeout( 20_000 );
|
||||
await waitFor( otherSuggestionsTitle ).toBeVisible( ).withTimeout( 30_000 );
|
||||
const firstSuggestion = element( by.id( /SuggestionsList\.taxa\..*/ ) ).atIndex(
|
||||
0
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user