Skip to content

Conversation

@JarrodMFlesch
Copy link
Contributor

The localization e2e suite would use the runCopy helper function which copies data from 1 locale to another locale and then navigates to that locale.

Tests would fail intermittently because they did not wait for that route change to happen. Scenarios would arise where the request took longer than the next changeLocale call which changes the locale and navigates to that locale.

So it looked like:

  • runCopy is called but has not finished
  • changeLocale runs and navigates user to new locale
  • runCopy finishes and navigates to the locale it copied to

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2025

📦 esbuild Bundle Analysis for payload

This analysis was generated by esbuild-bundle-analyzer. 🤖
This PR introduced no changes to the esbuild bundle! 🙌

@JarrodMFlesch JarrodMFlesch merged commit 6e364fa into main Nov 18, 2025
93 checks passed
@JarrodMFlesch JarrodMFlesch deleted the test/deflake-localization branch November 18, 2025 16:02
@github-actions
Copy link
Contributor

🚀 This is included in version v3.65.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants