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:
Ken-ichi
2024-11-08 03:59:06 -08:00
committed by GitHub
parent baa16e4c79
commit 2d1f98ef3a
3 changed files with 7 additions and 7 deletions

View File

@@ -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
);