1. 17 Oct, 2022 1 commit
  2. 27 Sep, 2022 1 commit
  3. 20 Sep, 2022 1 commit
  4. 21 Jul, 2022 1 commit
  5. 25 May, 2022 1 commit
  6. 20 May, 2022 1 commit
  7. 28 Apr, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 03 Feb, 2022 1 commit
  10. 21 Jan, 2022 1 commit
  11. 15 Nov, 2021 1 commit
  12. 16 Oct, 2021 1 commit
  13. 14 Oct, 2021 1 commit
  14. 08 Oct, 2021 3 commits
  15. 30 Aug, 2021 1 commit
  16. 29 Jul, 2021 1 commit
  17. 15 Jul, 2021 1 commit
  18. 14 Jul, 2021 3 commits
  19. 13 Jul, 2021 2 commits
  20. 28 Apr, 2021 1 commit
  21. 25 Feb, 2021 1 commit
  22. 23 Feb, 2021 1 commit
  23. 09 Feb, 2021 1 commit
  24. 16 Dec, 2020 2 commits
  25. 01 Dec, 2020 1 commit
  26. 02 Nov, 2020 1 commit
  27. 09 Oct, 2020 1 commit
  28. 18 Sep, 2020 1 commit
  29. 14 Aug, 2020 1 commit
  30. 28 Jul, 2020 1 commit
  31. 26 Jun, 2020 1 commit
  32. 11 Jun, 2020 1 commit
  33. 28 May, 2020 1 commit
  34. 18 Mar, 2020 1 commit
    • Yegor's avatar
      Fix web test flakiness; enable web golden tests (#52789) · 7b4c195f
      Yegor authored
      * Fix web test flakiness; enable web golden tests
      
      The fix is three-part:
      
      - Only allow one test to load _and_ test at any point in time.
      - Use a fresh Chrome instance for each test file.
      - Increase Cirrus resources.
      
      The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests.
      
      Other minor changes:
      
      - Remove test batching (it's no longer necessary)
      - Fix the Chrome class, which was using the wrong Completer.
      7b4c195f