History Web UI: Split interactive UI test suites into separate files
Instead of inlining 3 different test suites in a single TEST_F, split these test suites into separate files and run them as 3 different tests. This is in preparation for migrating history to Polymer 3, since the main test file cannot be a module script, but the file(s) containing the tests themselves will need to be module scripts in order to import from the Polymer 3/modularized code. Bug: 1022212 Change-Id: I6bc5e38a3482616cadfeaab09d0d204208b2e6cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928213Reviewed-by:Hector Carmona <hcarmona@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#717870}
Showing
This diff is collapsed.
Please register or sign in to comment